#EFFB8C

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

Shades of Tidal #EFFB8C

Tints of Tidal #EFFB8C

Color information

#EFFB8C (or 0xEFFB8C) is unknown color: approx Tidal. HEX triplet: EF, FB and 8C. RGB value is (239,251,140). Sum of RGB (Red+Green+Blue) = 239+251+140=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFB8C is #100473. Grayscale: #EBEBEB. Windows color (decimal): -1049716 or 9239535. OLE color: 9239535.

HSL color Cylindrical-coordinate representation of color #EFFB8C: hue angle of 66.49º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFB8C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB239251140-
CMYK0.0500.440.02
HSL66.49º93.28%76.67%-
HSV(B)66.49º44.22%98.43%-
XYZ74.8389.2438.09-
YUV234.7674.52131.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 140 (55.08% from 255) = 22.22%
R=37.94%
G=39.84%
B=22.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511400.0500.440.0266.4993.2876.67
HexEFFB8C502C2425d4d
Octal35737321450542102135115
Binary111011111111101110001100101010110010100001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFB8C; }

 p { color: rgb(239,251,140); }

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

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

 a { background-color: rgb(239,251,140); }

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

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

 span { border-color: rgb(239,251,140); }

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