Html Css Color HEX #EDD88B Buff

📋 copy color: '#EDD88B'

red 237 ◦ green 216 ◦ blue 139

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

Shades of Buff #EDD88B

Tints of Buff #EDD88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.48%

R = 40.03%
G = 36.49%
B = 23.48%

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

#EDD88B (or 0xEDD88B) is known color: Buff. HEX triplet: ED, D8 and 8B. RGB value is (237,216,139). Sum of RGB (Red+Green+Blue) = 237+216+139=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88B is #122774. Grayscale: #D5D5D5. Windows color (decimal): -1189749 or 9165037. OLE color: 9165037.

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

Color convert

RGB 237 216 139 -
CMYK 0 0.09 0.41 0.07
HSL 47.14º 0.73% 0.74% -
HSV(B) 47.14º 0.41% 0.93% -
XYZ 64.14 68.98 34.36 -
YUV 213.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 237 216 139 0 0.09 0.41 0.07 47.14 0.73 0.74
Hex ED D8 8B 0 9 29 7 2F 49 4A
Octal 355 330 213 0 11 51 7 57 111 112
Binary 11101101 11011000 10001011 0 1001 101001 111 101111 1001001 1001010

Color Harmonies of #EDD88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD88B

Black with #EDD88B

Text Example


Text Example

White with #EDD88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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