#EFEE8A

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

Shades of Tidal #EFEE8A

Tints of Tidal #EFEE8A

Color information

#EFEE8A (or 0xEFEE8A) is unknown color: approx Tidal. HEX triplet: EF, EE and 8A. RGB value is (239,238,138). Sum of RGB (Red+Green+Blue) = 239+238+138=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE8A is #101175. Grayscale: #E3E3E3. Windows color (decimal): -1053046 or 9105135. OLE color: 9105135.

HSL color Cylindrical-coordinate representation of color #EFEE8A: hue angle of 59.41º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFEE8A is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239238138-
CMYK00.000.420.06
HSL59.41º75.94%73.92%-
HSV(B)59.41º42.26%93.73%-
XYZ70.7681.3336.01-
YUV226.977.83136.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 138 (54.30% from 255) = 22.44%
R=38.86%
G=38.70%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923813800.000.420.0659.4175.9473.92
HexEFEE8A002A63b4c4a
Octal3573562120052673114112
Binary1110111111101110100010100010101011011101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE8A; }

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

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

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

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

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

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

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

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