Html Css Color HEX #EED485 Buff

📋 copy color: '#EED485'

red 238 ◦ green 212 ◦ blue 133

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

Shades of Buff #EED485

Tints of Buff #EED485

RGB

 RED value IS 238 (93.36% from 255) = 40.82%

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

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

R = 40.82%
G = 36.36%
B = 22.81%

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

#EED485 (or 0xEED485) is known color: Buff. HEX triplet: EE, D4 and 85. RGB value is (238,212,133). Sum of RGB (Red+Green+Blue) = 238+212+133=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED485 is #112B7A. Grayscale: #D3D3D3. Windows color (decimal): -1125243 or 8770798. OLE color: 8770798.

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

Color convert

RGB 238 212 133 -
CMYK 0 0.11 0.44 0.07
HSL 45.14º 0.76% 0.73% -
HSV(B) 45.14º 0.44% 0.93% -
XYZ 63.04 66.96 31.79 -
YUV 210.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 238 212 133 0 0.11 0.44 0.07 45.14 0.76 0.73
Hex EE D4 85 0 B 2C 7 2D 4C 49
Octal 356 324 205 0 13 54 7 55 114 111
Binary 11101110 11010100 10000101 0 1011 101100 111 101101 1001100 1001001

Color Harmonies of #EED485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED485

Black with #EED485

Text Example


Text Example

White with #EED485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED485; }

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

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

background-color css

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

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

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

border-color css

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

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

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