Html Css Color HEX #EFD280 Cherokee

📋 copy color: '#EFD280'

red 239 ◦ green 210 ◦ blue 128

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

Shades of Cherokee #EFD280

Tints of Cherokee #EFD280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.18%

R = 41.42%
G = 36.4%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD280 (or 0xEFD280) is known color: Cherokee. HEX triplet: EF, D2 and 80. RGB value is (239,210,128). Sum of RGB (Red+Green+Blue) = 239+210+128=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD280 is #102D7F. Grayscale: #D1D1D1. Windows color (decimal): -1060224 or 8442607. OLE color: 8442607.

HSL color Cylindrical-coordinate representation of color #EFD280: hue angle of 44.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFD280 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 128 -
CMYK 0 0.12 0.46 0.06
HSL 44.32º 0.78% 0.72% -
HSV(B) 44.32º 0.46% 0.94% -
XYZ 62.54 66 29.87 -
YUV 209.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 239 210 128 0 0.12 0.46 0.06 44.32 0.78 0.72
Hex EF D2 80 0 C 2E 6 2C 4E 48
Octal 357 322 200 0 14 56 6 54 116 110
Binary 11101111 11010010 10000000 0 1100 101110 110 101100 1001110 1001000

Color Harmonies of #EFD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD280

Black with #EFD280

Text Example


Text Example

White with #EFD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD280; }

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

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

background-color css

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

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

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

border-color css

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

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

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