#EFD07D

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

Shades of Cherokee #EFD07D

Tints of Cherokee #EFD07D

Color information

#EFD07D (or 0xEFD07D) is unknown color: approx Cherokee. HEX triplet: EF, D0 and 7D. RGB value is (239,208,125). Sum of RGB (Red+Green+Blue) = 239+208+125=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07D is #102F82. Grayscale: #D0D0D0. Windows color (decimal): -1060739 or 8245487. OLE color: 8245487.

HSL color Cylindrical-coordinate representation of color #EFD07D: hue angle of 43.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD07D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239208125-
CMYK00.130.480.06
HSL43.68º78.08%71.37%-
HSV(B)43.68º47.7%93.73%-
XYZ61.8564.9428.68-
YUV207.8181.27150.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=41.78%
G=36.36%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920812500.130.480.0643.6878.0871.37
HexEFD07D0D3062c4e47
Octal35732017501560654116107
Binary111011111101000011111010110111000011010110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD07D; }

 p { color: rgb(239,208,125); }

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

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

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

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

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

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

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