Html Css Color HEX #EDD282 Buff

📋 copy color: '#EDD282'

red 237 ◦ green 210 ◦ blue 130

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

Shades of Buff #EDD282

Tints of Buff #EDD282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 41.07%
G = 36.4%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD282 (or 0xEDD282) is known color: Buff. HEX triplet: ED, D2 and 82. RGB value is (237,210,130). Sum of RGB (Red+Green+Blue) = 237+210+130=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD282 is #122D7D. Grayscale: #D1D1D1. Windows color (decimal): -1191294 or 8573677. OLE color: 8573677.

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

Color convert

RGB 237 210 130 -
CMYK 0 0.11 0.45 0.07
HSL 44.86º 0.75% 0.72% -
HSV(B) 44.86º 0.45% 0.93% -
XYZ 62 65.71 30.53 -
YUV 208.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 237 210 130 0 0.11 0.45 0.07 44.86 0.75 0.72
Hex ED D2 82 0 B 2D 7 2D 4B 48
Octal 355 322 202 0 13 55 7 55 113 110
Binary 11101101 11010010 10000010 0 1011 101101 111 101101 1001011 1001000

Color Harmonies of #EDD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD282

Black with #EDD282

Text Example


Text Example

White with #EDD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD282; }

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

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

background-color css

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

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

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

border-color css

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

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

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