Html Css Color HEX #EFD286 Cherokee

📋 copy color: '#EFD286'

red 239 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #EFD286

Tints of Cherokee #EFD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 40.99%
G = 36.02%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFD286 (or 0xEFD286) is known color: Cherokee. HEX triplet: EF, D2 and 86. RGB value is (239,210,134). Sum of RGB (Red+Green+Blue) = 239+210+134=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD286 is #102D79. Grayscale: #D2D2D2. Windows color (decimal): -1060218 or 8835823. OLE color: 8835823.

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

Color convert

RGB 239 210 134 -
CMYK 0 0.12 0.44 0.06
HSL 43.43º 0.77% 0.73% -
HSV(B) 43.43º 0.44% 0.94% -
XYZ 62.95 66.17 32.01 -
YUV 210.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 239 210 134 0 0.12 0.44 0.06 43.43 0.77 0.73
Hex EF D2 86 0 C 2C 6 2B 4D 49
Octal 357 322 206 0 14 54 6 53 115 111
Binary 11101111 11010010 10000110 0 1100 101100 110 101011 1001101 1001001

Color Harmonies of #EFD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD286

Black with #EFD286

Text Example


Text Example

White with #EFD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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