Html Css Color HEX #E2D499 Double Colonial White

📋 copy color: '#E2D499'

red 226 ◦ green 212 ◦ blue 153

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

Shades of Double Colonial White #E2D499

Tints of Double Colonial White #E2D499

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

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

 BLUE value IS 153 (60.16% from 255) = 25.89%

R = 38.24%
G = 35.87%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2D499 (or 0xE2D499) is known color: Double Colonial White. HEX triplet: E2, D4 and 99. RGB value is (226,212,153). Sum of RGB (Red+Green+Blue) = 226+212+153=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D499 is #1D2B66. Grayscale: #D1D1D1. Windows color (decimal): -1911655 or 10081506. OLE color: 10081506.

HSL color Cylindrical-coordinate representation of color #E2D499: hue angle of 48.49º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2D499 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 153 -
CMYK 0 0.06 0.32 0.11
HSL 48.49º 0.56% 0.74% -
HSV(B) 48.49º 0.32% 0.89% -
XYZ 60.66 65.56 39.59 -
YUV 209.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 226 212 153 0 0.06 0.32 0.11 48.49 0.56 0.74
Hex E2 D4 99 0 6 20 B 30 38 4A
Octal 342 324 231 0 6 40 13 60 70 112
Binary 11100010 11010100 10011001 0 110 100000 1011 110000 111000 1001010

Color Harmonies of #E2D499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D499

Black with #E2D499

Text Example


Text Example

White with #E2D499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D499; }

 p { color: rgb(226,212,153); }

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

background-color css

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

 a { background-color: rgb(226,212,153); }

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

border-color css

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

 span { border-color: rgb(226,212,153); }

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