Html Css Color HEX #E2CA98 Double Colonial White

📋 copy color: '#E2CA98'

red 226 ◦ green 202 ◦ blue 152

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

Shades of Double Colonial White #E2CA98

Tints of Double Colonial White #E2CA98

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.83%

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

R = 38.97%
G = 34.83%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2CA98 (or 0xE2CA98) is known color: Double Colonial White. HEX triplet: E2, CA and 98. RGB value is (226,202,152). Sum of RGB (Red+Green+Blue) = 226+202+152=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA98 is #1D3567. Grayscale: #CBCBCB. Windows color (decimal): -1914216 or 10013410. OLE color: 10013410.

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

Color convert

RGB 226 202 152 -
CMYK 0 0.11 0.33 0.11
HSL 40.54º 0.56% 0.74% -
HSV(B) 40.54º 0.33% 0.89% -
XYZ 58.15 60.68 38.35 -
YUV 203.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 226 202 152 0 0.11 0.33 0.11 40.54 0.56 0.74
Hex E2 CA 98 0 B 21 B 29 38 4A
Octal 342 312 230 0 13 41 13 51 70 112
Binary 11100010 11001010 10011000 0 1011 100001 1011 101001 111000 1001010

Color Harmonies of #E2CA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA98

Black with #E2CA98

Text Example


Text Example

White with #E2CA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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