Html Css Color HEX #EDD88D Buff

📋 copy color: '#EDD88D'

red 237 ◦ green 216 ◦ blue 141

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

Shades of Buff #EDD88D

Tints of Buff #EDD88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 141 (55.47% from 255) = 23.74%

R = 39.9%
G = 36.36%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD88D (or 0xEDD88D) is known color: Buff. HEX triplet: ED, D8 and 8D. RGB value is (237,216,141). Sum of RGB (Red+Green+Blue) = 237+216+141=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88D is #122772. Grayscale: #D6D6D6. Windows color (decimal): -1189747 or 9296109. OLE color: 9296109.

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

Color convert

RGB 237 216 141 -
CMYK 0 0.09 0.41 0.07
HSL 46.88º 0.73% 0.74% -
HSV(B) 46.88º 0.41% 0.93% -
XYZ 64.29 69.04 35.14 -
YUV 213.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 237 216 141 0 0.09 0.41 0.07 46.88 0.73 0.74
Hex ED D8 8D 0 9 29 7 2F 49 4A
Octal 355 330 215 0 11 51 7 57 111 112
Binary 11101101 11011000 10001101 0 1001 101001 111 101111 1001001 1001010

Color Harmonies of #EDD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD88D

Black with #EDD88D

Text Example


Text Example

White with #EDD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD88D; }

 p { color: rgb(237,216,141); }

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

background-color css

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

 a { background-color: rgb(237,216,141); }

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

border-color css

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

 span { border-color: rgb(237,216,141); }

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