Html Css Color HEX #EFCF7D Cherokee

📋 copy color: '#EFCF7D'

red 239 ◦ green 207 ◦ blue 125

#EFCF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #EFCF7D

Tints of Cherokee #EFCF7D

RGB

 RED value IS 239 (93.75% from 255) = 41.86%

 GREEN value IS 207 (81.25% from 255) = 36.25%

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 41.86%
G = 36.25%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFCF7D (or 0xEFCF7D) is known color: Cherokee. HEX triplet: EF, CF and 7D. RGB value is (239,207,125). Sum of RGB (Red+Green+Blue) = 239+207+125=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF7D is #103082. Grayscale: #CFCFCF. Windows color (decimal): -1060995 or 8245231. OLE color: 8245231.

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

Color convert

RGB 239 207 125 -
CMYK 0 0.13 0.48 0.06
HSL 43.16º 0.78% 0.71% -
HSV(B) 43.16º 0.48% 0.94% -
XYZ 61.61 64.46 28.6 -
YUV 207.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 239 207 125 0 0.13 0.48 0.06 43.16 0.78 0.71
Hex EF CF 7D 0 D 30 6 2B 4E 47
Octal 357 317 175 0 15 60 6 53 116 107
Binary 11101111 11001111 1111101 0 1101 110000 110 101011 1001110 1000111

Color Harmonies of #EFCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF7D

Black with #EFCF7D

Text Example


Text Example

White with #EFCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF7D; }

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

 H1.HeaderClassName
 {
   color: #EFCF7D;
 }
 .AnyTagClassName
 {
   color: #EFCF7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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