#EBF18A

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

Shades of Tidal #EBF18A

Tints of Tidal #EBF18A

Color information

#EBF18A (or 0xEBF18A) is unknown color: approx Tidal. HEX triplet: EB, F1 and 8A. RGB value is (235,241,138). Sum of RGB (Red+Green+Blue) = 235+241+138=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF18A is #140E75. Grayscale: #E3E3E3. Windows color (decimal): -1314422 or 9105899. OLE color: 9105899.

HSL color Cylindrical-coordinate representation of color #EBF18A: hue angle of 63.5º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBF18A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB235241138-
CMYK0.0200.430.05
HSL63.5º78.63%74.31%-
HSV(B)63.5º42.74%94.51%-
XYZ70.382.4136.25-
YUV227.4677.51133.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 138 (54.30% from 255) = 22.48%
R=38.27%
G=39.25%
B=22.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411380.0200.430.0563.578.6374.31
HexEBF18A202B53f4f4a
Octal3533612122053577117112
Binary11101011111100011000101010010101110111111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF18A; }

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

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

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

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

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

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

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

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