Html Css Color HEX #EDD88A Buff

📋 copy color: '#EDD88A'

red 237 ◦ green 216 ◦ blue 138

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

Shades of Buff #EDD88A

Tints of Buff #EDD88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.35%

R = 40.1%
G = 36.55%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD88A (or 0xEDD88A) is known color: Buff. HEX triplet: ED, D8 and 8A. RGB value is (237,216,138). Sum of RGB (Red+Green+Blue) = 237+216+138=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88A is #122775. Grayscale: #D5D5D5. Windows color (decimal): -1189750 or 9099501. OLE color: 9099501.

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

Color convert

RGB 237 216 138 -
CMYK 0 0.09 0.42 0.07
HSL 47.27º 0.73% 0.74% -
HSV(B) 47.27º 0.42% 0.93% -
XYZ 64.07 68.95 33.98 -
YUV 213.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 237 216 138 0 0.09 0.42 0.07 47.27 0.73 0.74
Hex ED D8 8A 0 9 2A 7 2F 49 4A
Octal 355 330 212 0 11 52 7 57 111 112
Binary 11101101 11011000 10001010 0 1001 101010 111 101111 1001001 1001010

Color Harmonies of #EDD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD88A

Black with #EDD88A

Text Example


Text Example

White with #EDD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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