Html Css Color HEX #EED580 Buff

📋 copy color: '#EED580'

red 238 ◦ green 213 ◦ blue 128

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

Shades of Buff #EED580

Tints of Buff #EED580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

 BLUE value IS 128 (50.39% from 255) = 22.11%

R = 41.11%
G = 36.79%
B = 22.11%

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

#EED580 (or 0xEED580) is known color: Buff. HEX triplet: EE, D5 and 80. RGB value is (238,213,128). Sum of RGB (Red+Green+Blue) = 238+213+128=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED580 is #112A7F. Grayscale: #D3D3D3. Windows color (decimal): -1124992 or 8443374. OLE color: 8443374.

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

Color convert

RGB 238 213 128 -
CMYK 0 0.11 0.46 0.07
HSL 46.36º 0.76% 0.72% -
HSV(B) 46.36º 0.46% 0.93% -
XYZ 62.95 67.32 30.1 -
YUV 210.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 238 213 128 0 0.11 0.46 0.07 46.36 0.76 0.72
Hex EE D5 80 0 B 2E 7 2E 4C 48
Octal 356 325 200 0 13 56 7 56 114 110
Binary 11101110 11010101 10000000 0 1011 101110 111 101110 1001100 1001000

Color Harmonies of #EED580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED580

Black with #EED580

Text Example


Text Example

White with #EED580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED580; }

 p { color: rgb(238,213,128); }

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

background-color css

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

 a { background-color: rgb(238,213,128); }

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

border-color css

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

 span { border-color: rgb(238,213,128); }

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