Html Css Color HEX #EDD481 Buff

📋 copy color: '#EDD481'

red 237 ◦ green 212 ◦ blue 129

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

Shades of Buff #EDD481

Tints of Buff #EDD481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.68%

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

R = 41%
G = 36.68%
B = 22.32%

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

#EDD481 (or 0xEDD481) is known color: Buff. HEX triplet: ED, D4 and 81. RGB value is (237,212,129). Sum of RGB (Red+Green+Blue) = 237+212+129=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD481 is #122B7E. Grayscale: #D2D2D2. Windows color (decimal): -1190783 or 8508653. OLE color: 8508653.

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

Color convert

RGB 237 212 129 -
CMYK 0 0.11 0.46 0.07
HSL 46.11º 0.75% 0.72% -
HSV(B) 46.11º 0.46% 0.93% -
XYZ 62.43 66.68 30.35 -
YUV 210.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 237 212 129 0 0.11 0.46 0.07 46.11 0.75 0.72
Hex ED D4 81 0 B 2E 7 2E 4B 48
Octal 355 324 201 0 13 56 7 56 113 110
Binary 11101101 11010100 10000001 0 1011 101110 111 101110 1001011 1001000

Color Harmonies of #EDD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD481

Black with #EDD481

Text Example


Text Example

White with #EDD481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD481; }

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

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

background-color css

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

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

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

border-color css

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

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

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