Html Css Color HEX #EFD080 Cherokee

📋 copy color: '#EFD080'

red 239 ◦ green 208 ◦ blue 128

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

Shades of Cherokee #EFD080

Tints of Cherokee #EFD080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

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

R = 41.57%
G = 36.17%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD080 (or 0xEFD080) is known color: Cherokee. HEX triplet: EF, D0 and 80. RGB value is (239,208,128). Sum of RGB (Red+Green+Blue) = 239+208+128=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD080 is #102F7F. Grayscale: #D0D0D0. Windows color (decimal): -1060736 or 8442095. OLE color: 8442095.

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

Color convert

RGB 239 208 128 -
CMYK 0 0.13 0.46 0.06
HSL 43.24º 0.78% 0.72% -
HSV(B) 43.24º 0.46% 0.94% -
XYZ 62.05 65.02 29.7 -
YUV 208.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 239 208 128 0 0.13 0.46 0.06 43.24 0.78 0.72
Hex EF D0 80 0 D 2E 6 2B 4E 48
Octal 357 320 200 0 15 56 6 53 116 110
Binary 11101111 11010000 10000000 0 1101 101110 110 101011 1001110 1001000

Color Harmonies of #EFD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD080

Black with #EFD080

Text Example


Text Example

White with #EFD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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