Html Css Color HEX #EDD585 Buff

📋 copy color: '#EDD585'

red 237 ◦ green 213 ◦ blue 133

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

Shades of Buff #EDD585

Tints of Buff #EDD585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.81%

R = 40.65%
G = 36.54%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD585 (or 0xEDD585) is known color: Buff. HEX triplet: ED, D5 and 85. RGB value is (237,213,133). Sum of RGB (Red+Green+Blue) = 237+213+133=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD585 is #122A7A. Grayscale: #D3D3D3. Windows color (decimal): -1190523 or 8771053. OLE color: 8771053.

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

Color convert

RGB 237 213 133 -
CMYK 0 0.10 0.44 0.07
HSL 46.15º 0.74% 0.73% -
HSV(B) 46.15º 0.44% 0.93% -
XYZ 62.95 67.29 31.86 -
YUV 211.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 237 213 133 0 0.10 0.44 0.07 46.15 0.74 0.73
Hex ED D5 85 0 A 2C 7 2E 4A 49
Octal 355 325 205 0 12 54 7 56 112 111
Binary 11101101 11010101 10000101 0 1010 101100 111 101110 1001010 1001001

Color Harmonies of #EDD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD585

Black with #EDD585

Text Example


Text Example

White with #EDD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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