Html Css Color HEX #EED57A Buff

📋 copy color: '#EED57A'

red 238 ◦ green 213 ◦ blue 122

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

Shades of Buff #EED57A

Tints of Buff #EED57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.29%

R = 41.54%
G = 37.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED57A (or 0xEED57A) is known color: Buff. HEX triplet: EE, D5 and 7A. RGB value is (238,213,122). Sum of RGB (Red+Green+Blue) = 238+213+122=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED57A is #112A85. Grayscale: #D2D2D2. Windows color (decimal): -1124998 or 8050158. OLE color: 8050158.

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

Color convert

RGB 238 213 122 -
CMYK 0 0.11 0.49 0.07
HSL 47.07º 0.77% 0.71% -
HSV(B) 47.07º 0.49% 0.93% -
XYZ 62.57 67.17 28.08 -
YUV 210.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 238 213 122 0 0.11 0.49 0.07 47.07 0.77 0.71
Hex EE D5 7A 0 B 31 7 2F 4D 47
Octal 356 325 172 0 13 61 7 57 115 107
Binary 11101110 11010101 1111010 0 1011 110001 111 101111 1001101 1000111

Color Harmonies of #EED57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED57A

Black with #EED57A

Text Example


Text Example

White with #EED57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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