Html Css Color HEX #EFCB8C Cherokee

📋 copy color: '#EFCB8C'

red 239 ◦ green 203 ◦ blue 140

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

Shades of Cherokee #EFCB8C

Tints of Cherokee #EFCB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

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

R = 41.07%
G = 34.88%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFCB8C (or 0xEFCB8C) is known color: Cherokee. HEX triplet: EF, CB and 8C. RGB value is (239,203,140). Sum of RGB (Red+Green+Blue) = 239+203+140=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB8C is #103473. Grayscale: #CECECE. Windows color (decimal): -1062004 or 9227247. OLE color: 9227247.

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

Color convert

RGB 239 203 140 -
CMYK 0 0.15 0.41 0.06
HSL 38.18º 0.76% 0.74% -
HSV(B) 38.18º 0.41% 0.94% -
XYZ 61.69 62.96 33.71 -
YUV 206.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 239 203 140 0 0.15 0.41 0.06 38.18 0.76 0.74
Hex EF CB 8C 0 F 29 6 26 4C 4A
Octal 357 313 214 0 17 51 6 46 114 112
Binary 11101111 11001011 10001100 0 1111 101001 110 100110 1001100 1001010

Color Harmonies of #EFCB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB8C

Black with #EFCB8C

Text Example


Text Example

White with #EFCB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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