Html Css Color HEX #EED386 Buff

📋 copy color: '#EED386'

red 238 ◦ green 211 ◦ blue 134

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

Shades of Buff #EED386

Tints of Buff #EED386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

 BLUE value IS 134 (52.73% from 255) = 22.98%

R = 40.82%
G = 36.19%
B = 22.98%

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

#EED386 (or 0xEED386) is known color: Buff. HEX triplet: EE, D3 and 86. RGB value is (238,211,134). Sum of RGB (Red+Green+Blue) = 238+211+134=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED386 is #112C79. Grayscale: #D2D2D2. Windows color (decimal): -1125498 or 8836078. OLE color: 8836078.

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

Color convert

RGB 238 211 134 -
CMYK 0 0.11 0.44 0.07
HSL 44.42º 0.75% 0.73% -
HSV(B) 44.42º 0.44% 0.93% -
XYZ 62.86 66.49 32.07 -
YUV 210.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 238 211 134 0 0.11 0.44 0.07 44.42 0.75 0.73
Hex EE D3 86 0 B 2C 7 2C 4B 49
Octal 356 323 206 0 13 54 7 54 113 111
Binary 11101110 11010011 10000110 0 1011 101100 111 101100 1001011 1001001

Color Harmonies of #EED386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED386

Black with #EED386

Text Example


Text Example

White with #EED386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED386; }

 p { color: rgb(238,211,134); }

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

background-color css

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

 a { background-color: rgb(238,211,134); }

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

border-color css

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

 span { border-color: rgb(238,211,134); }

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