Html Css Color HEX #E0D298 Double Colonial White

📋 copy color: '#E0D298'

red 224 ◦ green 210 ◦ blue 152

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

Shades of Double Colonial White #E0D298

Tints of Double Colonial White #E0D298

RGB

 RED value IS 224 (87.89% from 255) = 38.23%

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

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

R = 38.23%
G = 35.84%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0D298 (or 0xE0D298) is known color: Double Colonial White. HEX triplet: E0, D2 and 98. RGB value is (224,210,152). Sum of RGB (Red+Green+Blue) = 224+210+152=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D298 is #1F2D67. Grayscale: #CFCFCF. Windows color (decimal): -2043240 or 10015456. OLE color: 10015456.

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

Color convert

RGB 224 210 152 -
CMYK 0 0.06 0.32 0.12
HSL 48.33º 0.54% 0.74% -
HSV(B) 48.33º 0.32% 0.88% -
XYZ 59.45 64.21 38.97 -
YUV 207.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 224 210 152 0 0.06 0.32 0.12 48.33 0.54 0.74
Hex E0 D2 98 0 6 20 C 30 36 4A
Octal 340 322 230 0 6 40 14 60 66 112
Binary 11100000 11010010 10011000 0 110 100000 1100 110000 110110 1001010

Color Harmonies of #E0D298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D298

Black with #E0D298

Text Example


Text Example

White with #E0D298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D298; }

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

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

background-color css

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

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

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

border-color css

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

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

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