Html Css Color HEX #EED479 Buff

📋 copy color: '#EED479'

red 238 ◦ green 212 ◦ blue 121

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

Shades of Buff #EED479

Tints of Buff #EED479

RGB

 RED value IS 238 (93.36% from 255) = 41.68%

 GREEN value IS 212 (83.2% from 255) = 37.13%

 BLUE value IS 121 (47.66% from 255) = 21.19%

R = 41.68%
G = 37.13%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED479 (or 0xEED479) is known color: Buff. HEX triplet: EE, D4 and 79. RGB value is (238,212,121). Sum of RGB (Red+Green+Blue) = 238+212+121=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED479 is #112B86. Grayscale: #D1D1D1. Windows color (decimal): -1125255 or 7984366. OLE color: 7984366.

HSL color Cylindrical-coordinate representation of color #EED479: hue angle of 46.67º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED479 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 121 -
CMYK 0 0.11 0.49 0.07
HSL 46.67º 0.77% 0.7% -
HSV(B) 46.67º 0.49% 0.93% -
XYZ 62.25 66.64 27.67 -
YUV 209.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 238 212 121 0 0.11 0.49 0.07 46.67 0.77 0.7
Hex EE D4 79 0 B 31 7 2F 4D 46
Octal 356 324 171 0 13 61 7 57 115 106
Binary 11101110 11010100 1111001 0 1011 110001 111 101111 1001101 1000110

Color Harmonies of #EED479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED479

Black with #EED479

Text Example


Text Example

White with #EED479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED479; }

 p { color: rgb(238,212,121); }

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

background-color css

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

 a { background-color: rgb(238,212,121); }

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

border-color css

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

 span { border-color: rgb(238,212,121); }

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