Html Css Color HEX #EED77D Buff

📋 copy color: '#EED77D'

red 238 ◦ green 215 ◦ blue 125

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

Shades of Buff #EED77D

Tints of Buff #EED77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.2%

 BLUE value IS 125 (49.22% from 255) = 21.63%

R = 41.18%
G = 37.2%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED77D (or 0xEED77D) is known color: Buff. HEX triplet: EE, D7 and 7D. RGB value is (238,215,125). Sum of RGB (Red+Green+Blue) = 238+215+125=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77D is #112882. Grayscale: #D4D4D4. Windows color (decimal): -1124483 or 8247278. OLE color: 8247278.

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

Color convert

RGB 238 215 125 -
CMYK 0 0.10 0.47 0.07
HSL 47.79º 0.77% 0.71% -
HSV(B) 47.79º 0.47% 0.93% -
XYZ 63.26 68.26 29.24 -
YUV 211.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 238 215 125 0 0.10 0.47 0.07 47.79 0.77 0.71
Hex EE D7 7D 0 A 2F 7 30 4D 47
Octal 356 327 175 0 12 57 7 60 115 107
Binary 11101110 11010111 1111101 0 1010 101111 111 110000 1001101 1000111

Color Harmonies of #EED77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED77D

Black with #EED77D

Text Example


Text Example

White with #EED77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED77D; }

 p { color: rgb(238,215,125); }

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

background-color css

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

 a { background-color: rgb(238,215,125); }

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

border-color css

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

 span { border-color: rgb(238,215,125); }

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