Html Css Color HEX #EDD583 Buff

📋 copy color: '#EDD583'

red 237 ◦ green 213 ◦ blue 131

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

Shades of Buff #EDD583

Tints of Buff #EDD583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.55%

R = 40.79%
G = 36.66%
B = 22.55%

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

#EDD583 (or 0xEDD583) is known color: Buff. HEX triplet: ED, D5 and 83. RGB value is (237,213,131). Sum of RGB (Red+Green+Blue) = 237+213+131=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD583 is #122A7C. Grayscale: #D3D3D3. Windows color (decimal): -1190525 or 8639981. OLE color: 8639981.

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

Color convert

RGB 237 213 131 -
CMYK 0 0.10 0.45 0.07
HSL 46.42º 0.75% 0.72% -
HSV(B) 46.42º 0.45% 0.93% -
XYZ 62.82 67.23 31.14 -
YUV 210.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 237 213 131 0 0.10 0.45 0.07 46.42 0.75 0.72
Hex ED D5 83 0 A 2D 7 2E 4B 48
Octal 355 325 203 0 12 55 7 56 113 110
Binary 11101101 11010101 10000011 0 1010 101101 111 101110 1001011 1001000

Color Harmonies of #EDD583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD583

Black with #EDD583

Text Example


Text Example

White with #EDD583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD583; }

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

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

background-color css

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

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

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

border-color css

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

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

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