Html Css Color HEX #EDD588 Buff

📋 copy color: '#EDD588'

red 237 ◦ green 213 ◦ blue 136

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

Shades of Buff #EDD588

Tints of Buff #EDD588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.21%

R = 40.44%
G = 36.35%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD588 (or 0xEDD588) is known color: Buff. HEX triplet: ED, D5 and 88. RGB value is (237,213,136). Sum of RGB (Red+Green+Blue) = 237+213+136=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD588 is #122A77. Grayscale: #D3D3D3. Windows color (decimal): -1190520 or 8967661. OLE color: 8967661.

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

Color convert

RGB 237 213 136 -
CMYK 0 0.10 0.43 0.07
HSL 45.74º 0.74% 0.73% -
HSV(B) 45.74º 0.43% 0.93% -
XYZ 63.16 67.37 32.97 -
YUV 211.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 237 213 136 0 0.10 0.43 0.07 45.74 0.74 0.73
Hex ED D5 88 0 A 2B 7 2E 4A 49
Octal 355 325 210 0 12 53 7 56 112 111
Binary 11101101 11010101 10001000 0 1010 101011 111 101110 1001010 1001001

Color Harmonies of #EDD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD588

Black with #EDD588

Text Example


Text Example

White with #EDD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD588; }

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

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

background-color css

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

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

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

border-color css

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

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

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