#EFD07A

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

Shades of Cherokee #EFD07A

Tints of Cherokee #EFD07A

Color information

#EFD07A (or 0xEFD07A) is unknown color: approx Cherokee. HEX triplet: EF, D0 and 7A. RGB value is (239,208,122). Sum of RGB (Red+Green+Blue) = 239+208+122=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07A is #102F85. Grayscale: #CFCFCF. Windows color (decimal): -1060742 or 8048879. OLE color: 8048879.

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

Color convert

RGB239208122-
CMYK00.130.490.06
HSL44.1º78.52%70.78%-
HSV(B)44.1º48.95%93.73%-
XYZ61.6764.8727.68-
YUV207.4679.77150.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 122 (48.05% from 255) = 21.44%
R=42.00%
G=36.56%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920812200.130.490.0644.178.5270.78
HexEFD07A0D3162c4f47
Octal35732017201561654117107
Binary111011111101000011110100110111000111010110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD07A; }

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

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

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

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

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

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

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

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