#EFCF7E

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

Shades of Cherokee #EFCF7E

Tints of Cherokee #EFCF7E

Color information

#EFCF7E (or 0xEFCF7E) is unknown color: approx Cherokee. HEX triplet: EF, CF and 7E. RGB value is (239,207,126). Sum of RGB (Red+Green+Blue) = 239+207+126=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF7E is #103081. Grayscale: #CFCFCF. Windows color (decimal): -1060994 or 8310767. OLE color: 8310767.

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

Color convert

RGB239207126-
CMYK00.130.470.06
HSL43.01º77.93%71.57%-
HSV(B)43.01º47.28%93.73%-
XYZ61.6864.4828.93-
YUV207.3382.1150.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=41.78%
G=36.19%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920712600.130.470.0643.0177.9371.57
HexEFCF7E0D2F62b4e48
Octal35731717601557653116110
Binary111011111100111111111100110110111111010101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF7E; }

 p { color: rgb(239,207,126); }

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

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

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

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

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

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

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