Html Css Color HEX #EED777 Buff

📋 copy color: '#EED777'

red 238 ◦ green 215 ◦ blue 119

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

Shades of Buff #EED777

Tints of Buff #EED777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.59%

 BLUE value IS 119 (46.88% from 255) = 20.8%

R = 41.61%
G = 37.59%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED777 (or 0xEED777) is known color: Buff. HEX triplet: EE, D7 and 77. RGB value is (238,215,119). Sum of RGB (Red+Green+Blue) = 238+215+119=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED777 is #112888. Grayscale: #D3D3D3. Windows color (decimal): -1124489 or 7854062. OLE color: 7854062.

HSL color Cylindrical-coordinate representation of color #EED777: hue angle of 48.4º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED777 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 119 -
CMYK 0 0.10 0.50 0.07
HSL 48.4º 0.78% 0.7% -
HSV(B) 48.4º 0.5% 0.93% -
XYZ 62.89 68.11 27.28 -
YUV 210.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 238 215 119 0 0.10 0.50 0.07 48.4 0.78 0.7
Hex EE D7 77 0 A 32 7 30 4E 46
Octal 356 327 167 0 12 62 7 60 116 106
Binary 11101110 11010111 1110111 0 1010 110010 111 110000 1001110 1000110

Color Harmonies of #EED777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED777

Black with #EED777

Text Example


Text Example

White with #EED777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED777; }

 p { color: rgb(238,215,119); }

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

background-color css

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

 a { background-color: rgb(238,215,119); }

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

border-color css

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

 span { border-color: rgb(238,215,119); }

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