Html Css Color HEX #EED57B Buff

📋 copy color: '#EED57B'

red 238 ◦ green 213 ◦ blue 123

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

Shades of Buff #EED57B

Tints of Buff #EED57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.43%

R = 41.46%
G = 37.11%
B = 21.43%

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

#EED57B (or 0xEED57B) is known color: Buff. HEX triplet: EE, D5 and 7B. RGB value is (238,213,123). Sum of RGB (Red+Green+Blue) = 238+213+123=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED57B is #112A84. Grayscale: #D2D2D2. Windows color (decimal): -1124997 or 8115694. OLE color: 8115694.

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

Color convert

RGB 238 213 123 -
CMYK 0 0.11 0.48 0.07
HSL 46.96º 0.77% 0.71% -
HSV(B) 46.96º 0.48% 0.93% -
XYZ 62.63 67.2 28.41 -
YUV 210.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 238 213 123 0 0.11 0.48 0.07 46.96 0.77 0.71
Hex EE D5 7B 0 B 30 7 2F 4D 47
Octal 356 325 173 0 13 60 7 57 115 107
Binary 11101110 11010101 1111011 0 1011 110000 111 101111 1001101 1000111

Color Harmonies of #EED57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED57B

Black with #EED57B

Text Example


Text Example

White with #EED57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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