Html Css Color HEX #EED57C Buff

📋 copy color: '#EED57C'

red 238 ◦ green 213 ◦ blue 124

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

Shades of Buff #EED57C

Tints of Buff #EED57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.57%

R = 41.39%
G = 37.04%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EED57C (or 0xEED57C) is known color: Buff. HEX triplet: EE, D5 and 7C. RGB value is (238,213,124). Sum of RGB (Red+Green+Blue) = 238+213+124=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED57C is #112A83. Grayscale: #D2D2D2. Windows color (decimal): -1124996 or 8181230. OLE color: 8181230.

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

Color convert

RGB 238 213 124 -
CMYK 0 0.11 0.48 0.07
HSL 46.84º 0.77% 0.71% -
HSV(B) 46.84º 0.48% 0.93% -
XYZ 62.69 67.22 28.74 -
YUV 210.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 238 213 124 0 0.11 0.48 0.07 46.84 0.77 0.71
Hex EE D5 7C 0 B 30 7 2F 4D 47
Octal 356 325 174 0 13 60 7 57 115 107
Binary 11101110 11010101 1111100 0 1011 110000 111 101111 1001101 1000111

Color Harmonies of #EED57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED57C

Black with #EED57C

Text Example


Text Example

White with #EED57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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