Html Css Color HEX #EFD386 Cherokee

📋 copy color: '#EFD386'

red 239 ◦ green 211 ◦ blue 134

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

Shades of Cherokee #EFD386

Tints of Cherokee #EFD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.13%

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

R = 40.92%
G = 36.13%
B = 22.95%

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

#EFD386 (or 0xEFD386) is known color: Cherokee. HEX triplet: EF, D3 and 86. RGB value is (239,211,134). Sum of RGB (Red+Green+Blue) = 239+211+134=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD386 is #102C79. Grayscale: #D2D2D2. Windows color (decimal): -1059962 or 8836079. OLE color: 8836079.

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

Color convert

RGB 239 211 134 -
CMYK 0 0.12 0.44 0.06
HSL 44º 0.77% 0.73% -
HSV(B) 44º 0.44% 0.94% -
XYZ 63.19 66.66 32.09 -
YUV 210.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 239 211 134 0 0.12 0.44 0.06 44 0.77 0.73
Hex EF D3 86 0 C 2C 6 2C 4D 49
Octal 357 323 206 0 14 54 6 54 115 111
Binary 11101111 11010011 10000110 0 1100 101100 110 101100 1001101 1001001

Color Harmonies of #EFD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD386

Black with #EFD386

Text Example


Text Example

White with #EFD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD386; }

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

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

background-color css

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

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

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

border-color css

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

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

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