Html Css Color HEX #EED48D Buff

📋 copy color: '#EED48D'

red 238 ◦ green 212 ◦ blue 141

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

Shades of Buff #EED48D

Tints of Buff #EED48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.87%

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 40.27%
G = 35.87%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EED48D (or 0xEED48D) is known color: Buff. HEX triplet: EE, D4 and 8D. RGB value is (238,212,141). Sum of RGB (Red+Green+Blue) = 238+212+141=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED48D is #112B72. Grayscale: #D3D3D3. Windows color (decimal): -1125235 or 9295086. OLE color: 9295086.

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

Color convert

RGB 238 212 141 -
CMYK 0 0.11 0.41 0.07
HSL 43.92º 0.74% 0.74% -
HSV(B) 43.92º 0.41% 0.93% -
XYZ 63.61 67.19 34.82 -
YUV 211.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 238 212 141 0 0.11 0.41 0.07 43.92 0.74 0.74
Hex EE D4 8D 0 B 29 7 2C 4A 4A
Octal 356 324 215 0 13 51 7 54 112 112
Binary 11101110 11010100 10001101 0 1011 101001 111 101100 1001010 1001010

Color Harmonies of #EED48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED48D

Black with #EED48D

Text Example


Text Example

White with #EED48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED48D; }

 p { color: rgb(238,212,141); }

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

background-color css

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

 a { background-color: rgb(238,212,141); }

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

border-color css

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

 span { border-color: rgb(238,212,141); }

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