Html Css Color HEX #EFCD86 Cherokee

📋 copy color: '#EFCD86'

red 239 ◦ green 205 ◦ blue 134

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

Shades of Cherokee #EFCD86

Tints of Cherokee #EFCD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

 BLUE value IS 134 (52.73% from 255) = 23.18%

R = 41.35%
G = 35.47%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFCD86 (or 0xEFCD86) is known color: Cherokee. HEX triplet: EF, CD and 86. RGB value is (239,205,134). Sum of RGB (Red+Green+Blue) = 239+205+134=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD86 is #103279. Grayscale: #CFCFCF. Windows color (decimal): -1061498 or 8834543. OLE color: 8834543.

HSL color Cylindrical-coordinate representation of color #EFCD86: hue angle of 40.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFCD86 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 134 -
CMYK 0 0.14 0.44 0.06
HSL 40.57º 0.77% 0.73% -
HSV(B) 40.57º 0.44% 0.94% -
XYZ 61.73 63.73 31.6 -
YUV 207.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 239 205 134 0 0.14 0.44 0.06 40.57 0.77 0.73
Hex EF CD 86 0 E 2C 6 29 4D 49
Octal 357 315 206 0 16 54 6 51 115 111
Binary 11101111 11001101 10000110 0 1110 101100 110 101001 1001101 1001001

Color Harmonies of #EFCD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD86

Black with #EFCD86

Text Example


Text Example

White with #EFCD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD86; }

 p { color: rgb(239,205,134); }

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

background-color css

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

 a { background-color: rgb(239,205,134); }

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

border-color css

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

 span { border-color: rgb(239,205,134); }

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