Html Css Color HEX #EFD185 Cherokee

📋 copy color: '#EFD185'

red 239 ◦ green 209 ◦ blue 133

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

Shades of Cherokee #EFD185

Tints of Cherokee #EFD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.97%

 BLUE value IS 133 (52.34% from 255) = 22.89%

R = 41.14%
G = 35.97%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFD185 (or 0xEFD185) is known color: Cherokee. HEX triplet: EF, D1 and 85. RGB value is (239,209,133). Sum of RGB (Red+Green+Blue) = 239+209+133=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD185 is #102E7A. Grayscale: #D1D1D1. Windows color (decimal): -1060475 or 8770031. OLE color: 8770031.

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

Color convert

RGB 239 209 133 -
CMYK 0 0.13 0.44 0.06
HSL 43.02º 0.77% 0.73% -
HSV(B) 43.02º 0.44% 0.94% -
XYZ 62.63 65.65 31.56 -
YUV 209.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 239 209 133 0 0.13 0.44 0.06 43.02 0.77 0.73
Hex EF D1 85 0 D 2C 6 2B 4D 49
Octal 357 321 205 0 15 54 6 53 115 111
Binary 11101111 11010001 10000101 0 1101 101100 110 101011 1001101 1001001

Color Harmonies of #EFD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD185

Black with #EFD185

Text Example


Text Example

White with #EFD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD185; }

 p { color: rgb(239,209,133); }

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

background-color css

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

 a { background-color: rgb(239,209,133); }

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

border-color css

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

 span { border-color: rgb(239,209,133); }

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