Html Css Color HEX #EED780 Buff

📋 copy color: '#EED780'

red 238 ◦ green 215 ◦ blue 128

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

Shades of Buff #EED780

Tints of Buff #EED780

RGB

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

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

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

R = 40.96%
G = 37.01%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EED780 (or 0xEED780) is known color: Buff. HEX triplet: EE, D7 and 80. RGB value is (238,215,128). Sum of RGB (Red+Green+Blue) = 238+215+128=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED780 is #11287F. Grayscale: #D4D4D4. Windows color (decimal): -1124480 or 8443886. OLE color: 8443886.

HSL color Cylindrical-coordinate representation of color #EED780: hue angle of 47.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EED780 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 128 -
CMYK 0 0.10 0.46 0.07
HSL 47.45º 0.76% 0.72% -
HSV(B) 47.45º 0.46% 0.93% -
XYZ 63.46 68.34 30.27 -
YUV 211.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 238 215 128 0 0.10 0.46 0.07 47.45 0.76 0.72
Hex EE D7 80 0 A 2E 7 2F 4C 48
Octal 356 327 200 0 12 56 7 57 114 110
Binary 11101110 11010111 10000000 0 1010 101110 111 101111 1001100 1001000

Color Harmonies of #EED780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED780

Black with #EED780

Text Example


Text Example

White with #EED780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED780; }

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

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

background-color css

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

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

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

border-color css

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

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

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