Html Css Color HEX #EED37E Buff

📋 copy color: '#EED37E'

red 238 ◦ green 211 ◦ blue 126

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

Shades of Buff #EED37E

Tints of Buff #EED37E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.7%

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

R = 41.39%
G = 36.7%
B = 21.91%

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

#EED37E (or 0xEED37E) is known color: Buff. HEX triplet: EE, D3 and 7E. RGB value is (238,211,126). Sum of RGB (Red+Green+Blue) = 238+211+126=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED37E is #112C81. Grayscale: #D1D1D1. Windows color (decimal): -1125506 or 8311790. OLE color: 8311790.

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

Color convert

RGB 238 211 126 -
CMYK 0 0.11 0.47 0.07
HSL 45.54º 0.77% 0.71% -
HSV(B) 45.54º 0.47% 0.93% -
XYZ 62.32 66.27 29.25 -
YUV 209.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 238 211 126 0 0.11 0.47 0.07 45.54 0.77 0.71
Hex EE D3 7E 0 B 2F 7 2E 4D 47
Octal 356 323 176 0 13 57 7 56 115 107
Binary 11101110 11010011 1111110 0 1011 101111 111 101110 1001101 1000111

Color Harmonies of #EED37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED37E

Black with #EED37E

Text Example


Text Example

White with #EED37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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