Html Css Color HEX #EDD485 Buff

📋 copy color: '#EDD485'

red 237 ◦ green 212 ◦ blue 133

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

Shades of Buff #EDD485

Tints of Buff #EDD485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.85%

R = 40.72%
G = 36.43%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD485 (or 0xEDD485) is known color: Buff. HEX triplet: ED, D4 and 85. RGB value is (237,212,133). Sum of RGB (Red+Green+Blue) = 237+212+133=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD485 is #122B7A. Grayscale: #D2D2D2. Windows color (decimal): -1190779 or 8770797. OLE color: 8770797.

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

Color convert

RGB 237 212 133 -
CMYK 0 0.11 0.44 0.07
HSL 45.58º 0.74% 0.73% -
HSV(B) 45.58º 0.44% 0.93% -
XYZ 62.7 66.78 31.78 -
YUV 210.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 237 212 133 0 0.11 0.44 0.07 45.58 0.74 0.73
Hex ED D4 85 0 B 2C 7 2E 4A 49
Octal 355 324 205 0 13 54 7 56 112 111
Binary 11101101 11010100 10000101 0 1011 101100 111 101110 1001010 1001001

Color Harmonies of #EDD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD485

Black with #EDD485

Text Example


Text Example

White with #EDD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD485; }

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

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

background-color css

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

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

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

border-color css

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

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

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