Html Css Color HEX #EDD788 Buff

📋 copy color: '#EDD788'

red 237 ◦ green 215 ◦ blue 136

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

Shades of Buff #EDD788

Tints of Buff #EDD788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.56%

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

R = 40.31%
G = 36.56%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD788 (or 0xEDD788) is known color: Buff. HEX triplet: ED, D7 and 88. RGB value is (237,215,136). Sum of RGB (Red+Green+Blue) = 237+215+136=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD788 is #122877. Grayscale: #D4D4D4. Windows color (decimal): -1190008 or 8968173. OLE color: 8968173.

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

Color convert

RGB 237 215 136 -
CMYK 0 0.09 0.43 0.07
HSL 46.93º 0.74% 0.73% -
HSV(B) 46.93º 0.43% 0.93% -
XYZ 63.67 68.38 33.14 -
YUV 212.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 237 215 136 0 0.09 0.43 0.07 46.93 0.74 0.73
Hex ED D7 88 0 9 2B 7 2F 4A 49
Octal 355 327 210 0 11 53 7 57 112 111
Binary 11101101 11010111 10001000 0 1001 101011 111 101111 1001010 1001001

Color Harmonies of #EDD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD788

Black with #EDD788

Text Example


Text Example

White with #EDD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD788; }

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

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

background-color css

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

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

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

border-color css

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

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

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