Html Css Color HEX #EFD285 Cherokee

📋 copy color: '#EFD285'

red 239 ◦ green 210 ◦ blue 133

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

Shades of Cherokee #EFD285

Tints of Cherokee #EFD285

RGB

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

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

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

R = 41.07%
G = 36.08%
B = 22.85%

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

#EFD285 (or 0xEFD285) is known color: Cherokee. HEX triplet: EF, D2 and 85. RGB value is (239,210,133). Sum of RGB (Red+Green+Blue) = 239+210+133=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD285 is #102D7A. Grayscale: #D2D2D2. Windows color (decimal): -1060219 or 8770287. OLE color: 8770287.

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

Color convert

RGB 239 210 133 -
CMYK 0 0.12 0.44 0.06
HSL 43.58º 0.77% 0.73% -
HSV(B) 43.58º 0.44% 0.94% -
XYZ 62.88 66.14 31.64 -
YUV 209.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 239 210 133 0 0.12 0.44 0.06 43.58 0.77 0.73
Hex EF D2 85 0 C 2C 6 2C 4D 49
Octal 357 322 205 0 14 54 6 54 115 111
Binary 11101111 11010010 10000101 0 1100 101100 110 101100 1001101 1001001

Color Harmonies of #EFD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD285

Black with #EFD285

Text Example


Text Example

White with #EFD285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD285; }

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

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

background-color css

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

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

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

border-color css

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

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

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