#EFEF8A

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

Shades of Tidal #EFEF8A

Tints of Tidal #EFEF8A

Color information

#EFEF8A (or 0xEFEF8A) is unknown color: approx Tidal. HEX triplet: EF, EF and 8A. RGB value is (239,239,138). Sum of RGB (Red+Green+Blue) = 239+239+138=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF8A is #101075. Grayscale: #E3E3E3. Windows color (decimal): -1052790 or 9105391. OLE color: 9105391.

HSL color Cylindrical-coordinate representation of color #EFEF8A: hue angle of 60º 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 #EFEF8A is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239239138-
CMYK000.420.06
HSL60º75.94%73.92%-
HSV(B)60º42.26%93.73%-
XYZ71.0581.9236.11-
YUV227.4977.5136.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 239 (93.75% from 255) = 38.80%
BLUE value IS 138 (54.30% from 255) = 22.40%
R=38.80%
G=38.80%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239138000.420.066075.9473.92
HexEFEF8A002A63c4c4a
Octal3573572120052674114112
Binary1110111111101111100010100010101011011110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEF8A; }

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

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

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

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

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

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

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

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