#EFFB8A

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

Shades of Tidal #EFFB8A

Tints of Tidal #EFFB8A

Color information

#EFFB8A (or 0xEFFB8A) is unknown color: approx Tidal. HEX triplet: EF, FB and 8A. RGB value is (239,251,138). Sum of RGB (Red+Green+Blue) = 239+251+138=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFB8A is #100475. Grayscale: #EAEAEA. Windows color (decimal): -1049718 or 9108463. OLE color: 9108463.

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

Color convert

RGB239251138-
CMYK0.0500.450.02
HSL66.37º93.39%76.27%-
HSV(B)66.37º45.02%98.43%-
XYZ74.6889.1837.32-
YUV234.5373.52131.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 138 (54.30% from 255) = 21.97%
R=38.06%
G=39.97%
B=21.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511380.0500.450.0266.3793.3976.27
HexEFFB8A502D2425d4c
Octal35737321250552102135114
Binary111011111111101110001010101010110110100001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFB8A; }

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

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

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

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

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

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

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

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