Html Css Color HEX #EED685 Buff

📋 copy color: '#EED685'

red 238 ◦ green 214 ◦ blue 133

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

Shades of Buff #EED685

Tints of Buff #EED685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

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

R = 40.68%
G = 36.58%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED685 (or 0xEED685) is known color: Buff. HEX triplet: EE, D6 and 85. RGB value is (238,214,133). Sum of RGB (Red+Green+Blue) = 238+214+133=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED685 is #11297A. Grayscale: #D4D4D4. Windows color (decimal): -1124731 or 8771310. OLE color: 8771310.

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

Color convert

RGB 238 214 133 -
CMYK 0 0.10 0.44 0.07
HSL 46.29º 0.76% 0.73% -
HSV(B) 46.29º 0.44% 0.93% -
XYZ 63.54 67.96 31.96 -
YUV 211.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 238 214 133 0 0.10 0.44 0.07 46.29 0.76 0.73
Hex EE D6 85 0 A 2C 7 2E 4C 49
Octal 356 326 205 0 12 54 7 56 114 111
Binary 11101110 11010110 10000101 0 1010 101100 111 101110 1001100 1001001

Color Harmonies of #EED685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED685

Black with #EED685

Text Example


Text Example

White with #EED685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED685; }

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

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

background-color css

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

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

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

border-color css

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

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

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