Html Css Color HEX #EED57F Buff

📋 copy color: '#EED57F'

red 238 ◦ green 213 ◦ blue 127

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

Shades of Buff #EED57F

Tints of Buff #EED57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.97%

R = 41.18%
G = 36.85%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED57F (or 0xEED57F) is known color: Buff. HEX triplet: EE, D5 and 7F. RGB value is (238,213,127). Sum of RGB (Red+Green+Blue) = 238+213+127=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED57F is #112A80. Grayscale: #D3D3D3. Windows color (decimal): -1124993 or 8377838. OLE color: 8377838.

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

Color convert

RGB 238 213 127 -
CMYK 0 0.11 0.47 0.07
HSL 46.49º 0.77% 0.72% -
HSV(B) 46.49º 0.47% 0.93% -
XYZ 62.88 67.3 29.75 -
YUV 210.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 238 213 127 0 0.11 0.47 0.07 46.49 0.77 0.72
Hex EE D5 7F 0 B 2F 7 2E 4D 48
Octal 356 325 177 0 13 57 7 56 115 110
Binary 11101110 11010101 1111111 0 1011 101111 111 101110 1001101 1001000

Color Harmonies of #EED57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED57F

Black with #EED57F

Text Example


Text Example

White with #EED57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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