Html Css Color HEX #EED77E Buff

📋 copy color: '#EED77E'

red 238 ◦ green 215 ◦ blue 126

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

Shades of Buff #EED77E

Tints of Buff #EED77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.76%

R = 41.11%
G = 37.13%
B = 21.76%

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

#EED77E (or 0xEED77E) is known color: Buff. HEX triplet: EE, D7 and 7E. RGB value is (238,215,126). Sum of RGB (Red+Green+Blue) = 238+215+126=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77E is #112881. Grayscale: #D4D4D4. Windows color (decimal): -1124482 or 8312814. OLE color: 8312814.

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

Color convert

RGB 238 215 126 -
CMYK 0 0.10 0.47 0.07
HSL 47.68º 0.77% 0.71% -
HSV(B) 47.68º 0.47% 0.93% -
XYZ 63.33 68.28 29.58 -
YUV 211.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 238 215 126 0 0.10 0.47 0.07 47.68 0.77 0.71
Hex EE D7 7E 0 A 2F 7 30 4D 47
Octal 356 327 176 0 12 57 7 60 115 107
Binary 11101110 11010111 1111110 0 1010 101111 111 110000 1001101 1000111

Color Harmonies of #EED77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED77E

Black with #EED77E

Text Example


Text Example

White with #EED77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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