Html Css Color HEX #EDD281 Buff

📋 copy color: '#EDD281'

red 237 ◦ green 210 ◦ blue 129

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

Shades of Buff #EDD281

Tints of Buff #EDD281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

 BLUE value IS 129 (50.78% from 255) = 22.4%

R = 41.15%
G = 36.46%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD281 (or 0xEDD281) is known color: Buff. HEX triplet: ED, D2 and 81. RGB value is (237,210,129). Sum of RGB (Red+Green+Blue) = 237+210+129=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD281 is #122D7E. Grayscale: #D1D1D1. Windows color (decimal): -1191295 or 8508141. OLE color: 8508141.

HSL color Cylindrical-coordinate representation of color #EDD281: hue angle of 45º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD281 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 129 -
CMYK 0 0.11 0.46 0.07
HSL 45º 0.75% 0.72% -
HSV(B) 45º 0.46% 0.93% -
XYZ 61.93 65.68 30.18 -
YUV 208.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 237 210 129 0 0.11 0.46 0.07 45 0.75 0.72
Hex ED D2 81 0 B 2E 7 2D 4B 48
Octal 355 322 201 0 13 56 7 55 113 110
Binary 11101101 11010010 10000001 0 1011 101110 111 101101 1001011 1001000

Color Harmonies of #EDD281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD281

Black with #EDD281

Text Example


Text Example

White with #EDD281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD281; }

 p { color: rgb(237,210,129); }

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

background-color css

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

 a { background-color: rgb(237,210,129); }

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

border-color css

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

 span { border-color: rgb(237,210,129); }

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