Html Css Color HEX #EFD084 Cherokee

📋 copy color: '#EFD084'

red 239 ◦ green 208 ◦ blue 132

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

Shades of Cherokee #EFD084

Tints of Cherokee #EFD084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.92%

 BLUE value IS 132 (51.95% from 255) = 22.8%

R = 41.28%
G = 35.92%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD084 (or 0xEFD084) is known color: Cherokee. HEX triplet: EF, D0 and 84. RGB value is (239,208,132). Sum of RGB (Red+Green+Blue) = 239+208+132=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD084 is #102F7B. Grayscale: #D0D0D0. Windows color (decimal): -1060732 or 8704239. OLE color: 8704239.

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

Color convert

RGB 239 208 132 -
CMYK 0 0.13 0.45 0.06
HSL 42.62º 0.77% 0.73% -
HSV(B) 42.62º 0.45% 0.94% -
XYZ 62.32 65.13 31.12 -
YUV 208.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 239 208 132 0 0.13 0.45 0.06 42.62 0.77 0.73
Hex EF D0 84 0 D 2D 6 2B 4D 49
Octal 357 320 204 0 15 55 6 53 115 111
Binary 11101111 11010000 10000100 0 1101 101101 110 101011 1001101 1001001

Color Harmonies of #EFD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD084

Black with #EFD084

Text Example


Text Example

White with #EFD084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD084; }

 p { color: rgb(239,208,132); }

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

background-color css

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

 a { background-color: rgb(239,208,132); }

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

border-color css

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

 span { border-color: rgb(239,208,132); }

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