Html Css Color HEX #EDD582 Buff

📋 copy color: '#EDD582'

red 237 ◦ green 213 ◦ blue 130

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

Shades of Buff #EDD582

Tints of Buff #EDD582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.72%

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

R = 40.86%
G = 36.72%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD582 (or 0xEDD582) is known color: Buff. HEX triplet: ED, D5 and 82. RGB value is (237,213,130). Sum of RGB (Red+Green+Blue) = 237+213+130=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD582 is #122A7D. Grayscale: #D3D3D3. Windows color (decimal): -1190526 or 8574445. OLE color: 8574445.

HSL color Cylindrical-coordinate representation of color #EDD582: hue angle of 46.54º 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 #EDD582 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 130 -
CMYK 0 0.10 0.45 0.07
HSL 46.54º 0.75% 0.72% -
HSV(B) 46.54º 0.45% 0.93% -
XYZ 62.75 67.2 30.78 -
YUV 210.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 237 213 130 0 0.10 0.45 0.07 46.54 0.75 0.72
Hex ED D5 82 0 A 2D 7 2F 4B 48
Octal 355 325 202 0 12 55 7 57 113 110
Binary 11101101 11010101 10000010 0 1010 101101 111 101111 1001011 1001000

Color Harmonies of #EDD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD582

Black with #EDD582

Text Example


Text Example

White with #EDD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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