#EBFC8A

Color #EBFC8A Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EBFC8A

Tints of Tidal #EBFC8A

Color information

#EBFC8A (or 0xEBFC8A) is unknown color: approx Tidal. HEX triplet: EB, FC and 8A. RGB value is (235,252,138). Sum of RGB (Red+Green+Blue) = 235+252+138=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFC8A is #140375. Grayscale: #EAEAEA. Windows color (decimal): -1311606 or 9108715. OLE color: 9108715.

HSL color Cylindrical-coordinate representation of color #EBFC8A: hue angle of 68.95º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBFC8A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB235252138-
CMYK0.0700.450.01
HSL68.95º95%76.47%-
HSV(B)68.95º45.24%98.82%-
XYZ73.6689.1237.36-
YUV233.9273.87128.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=37.6%
G=40.32%
B=22.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521380.0700.450.0168.959576.47
HexEBFC8A702D1455f4c
Octal35337421270551105137114
Binary11101011111111001000101011101011011100010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFC8A; }

 p { color: rgb(235,252,138); }

 H1.HeaderClassName
 {
   color: #EBFC8A;
 }
 .AnyTagClassName
 {
   color: #EBFC8A;
 }
</style>
background-color css

<style>
 a { background-color: #EBFC8A; }

 a { background-color: rgb(235,252,138); }

 div.DivClassName
 {
   background-color: #EBFC8A;
 }
 .BgClassName
 {
   background-color: #EBFC8A;
 }
</style>
border-color css

<style>
 span { border-color: #EBFC8A; }

 span { border-color: rgb(235,252,138); }

 td.TdClassName
 {
   border-color: #EBFC8A;
 }
 .TagClassName
 {
   border-color: #EBFC8A;
 }
</style>