Html Css Color HEX #EFCF8C Cherokee

📋 copy color: '#EFCF8C'

red 239 ◦ green 207 ◦ blue 140

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

Shades of Cherokee #EFCF8C

Tints of Cherokee #EFCF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.89%

R = 40.78%
G = 35.32%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFCF8C (or 0xEFCF8C) is known color: Cherokee. HEX triplet: EF, CF and 8C. RGB value is (239,207,140). Sum of RGB (Red+Green+Blue) = 239+207+140=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF8C is #103073. Grayscale: #D1D1D1. Windows color (decimal): -1060980 or 9228271. OLE color: 9228271.

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

Color convert

RGB 239 207 140 -
CMYK 0 0.13 0.41 0.06
HSL 40.61º 0.76% 0.74% -
HSV(B) 40.61º 0.41% 0.94% -
XYZ 62.64 64.87 34.03 -
YUV 208.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 239 207 140 0 0.13 0.41 0.06 40.61 0.76 0.74
Hex EF CF 8C 0 D 29 6 29 4C 4A
Octal 357 317 214 0 15 51 6 51 114 112
Binary 11101111 11001111 10001100 0 1101 101001 110 101001 1001100 1001010

Color Harmonies of #EFCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF8C

Black with #EFCF8C

Text Example


Text Example

White with #EFCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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