Html Css Color HEX #EDD280 Buff

📋 copy color: '#EDD280'

red 237 ◦ green 210 ◦ blue 128

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

Shades of Buff #EDD280

Tints of Buff #EDD280

RGB

 RED value IS 237 (92.97% from 255) = 41.22%

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

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

R = 41.22%
G = 36.52%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD280 (or 0xEDD280) is known color: Buff. HEX triplet: ED, D2 and 80. RGB value is (237,210,128). Sum of RGB (Red+Green+Blue) = 237+210+128=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD280 is #122D7F. Grayscale: #D1D1D1. Windows color (decimal): -1191296 or 8442605. OLE color: 8442605.

HSL color Cylindrical-coordinate representation of color #EDD280: hue angle of 45.14º degrees, saturation: 0.75, 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 #EDD280 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 128 -
CMYK 0 0.11 0.46 0.07
HSL 45.14º 0.75% 0.72% -
HSV(B) 45.14º 0.46% 0.93% -
XYZ 61.87 65.66 29.83 -
YUV 208.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 237 210 128 0 0.11 0.46 0.07 45.14 0.75 0.72
Hex ED D2 80 0 B 2E 7 2D 4B 48
Octal 355 322 200 0 13 56 7 55 113 110
Binary 11101101 11010010 10000000 0 1011 101110 111 101101 1001011 1001000

Color Harmonies of #EDD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD280

Black with #EDD280

Text Example


Text Example

White with #EDD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD280; }

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

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

background-color css

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

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

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

border-color css

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

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

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