Html Css Color HEX #E2D298 Double Colonial White

📋 copy color: '#E2D298'

red 226 ◦ green 210 ◦ blue 152

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

Shades of Double Colonial White #E2D298

Tints of Double Colonial White #E2D298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.71%

 BLUE value IS 152 (59.77% from 255) = 25.85%

R = 38.44%
G = 35.71%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2D298 (or 0xE2D298) is known color: Double Colonial White. HEX triplet: E2, D2 and 98. RGB value is (226,210,152). Sum of RGB (Red+Green+Blue) = 226+210+152=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D298 is #1D2D67. Grayscale: #D0D0D0. Windows color (decimal): -1912168 or 10015458. OLE color: 10015458.

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

Color convert

RGB 226 210 152 -
CMYK 0 0.07 0.33 0.11
HSL 47.03º 0.56% 0.74% -
HSV(B) 47.03º 0.33% 0.89% -
XYZ 60.08 64.53 38.99 -
YUV 208.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 226 210 152 0 0.07 0.33 0.11 47.03 0.56 0.74
Hex E2 D2 98 0 7 21 B 2F 38 4A
Octal 342 322 230 0 7 41 13 57 70 112
Binary 11100010 11010010 10011000 0 111 100001 1011 101111 111000 1001010

Color Harmonies of #E2D298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D298

Black with #E2D298

Text Example


Text Example

White with #E2D298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D298; }

 p { color: rgb(226,210,152); }

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

background-color css

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

 a { background-color: rgb(226,210,152); }

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

border-color css

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

 span { border-color: rgb(226,210,152); }

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