Html Css Color HEX #EFD385 Cherokee

📋 copy color: '#EFD385'

red 239 ◦ green 211 ◦ blue 133

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

Shades of Cherokee #EFD385

Tints of Cherokee #EFD385

RGB

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

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

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

R = 40.99%
G = 36.19%
B = 22.81%

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

#EFD385 (or 0xEFD385) is known color: Cherokee. HEX triplet: EF, D3 and 85. RGB value is (239,211,133). Sum of RGB (Red+Green+Blue) = 239+211+133=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD385 is #102C7A. Grayscale: #D2D2D2. Windows color (decimal): -1059963 or 8770543. OLE color: 8770543.

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

Color convert

RGB 239 211 133 -
CMYK 0 0.12 0.44 0.06
HSL 44.15º 0.77% 0.73% -
HSV(B) 44.15º 0.44% 0.94% -
XYZ 63.12 66.63 31.72 -
YUV 210.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 239 211 133 0 0.12 0.44 0.06 44.15 0.77 0.73
Hex EF D3 85 0 C 2C 6 2C 4D 49
Octal 357 323 205 0 14 54 6 54 115 111
Binary 11101111 11010011 10000101 0 1100 101100 110 101100 1001101 1001001

Color Harmonies of #EFD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD385

Black with #EFD385

Text Example


Text Example

White with #EFD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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