Html Css Color HEX #E2CA94 Double Colonial White

📋 copy color: '#E2CA94'

red 226 ◦ green 202 ◦ blue 148

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

Shades of Double Colonial White #E2CA94

Tints of Double Colonial White #E2CA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.69%

R = 39.24%
G = 35.07%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2CA94 (or 0xE2CA94) is known color: Double Colonial White. HEX triplet: E2, CA and 94. RGB value is (226,202,148). Sum of RGB (Red+Green+Blue) = 226+202+148=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA94 is #1D356B. Grayscale: #CBCBCB. Windows color (decimal): -1914220 or 9751266. OLE color: 9751266.

HSL color Cylindrical-coordinate representation of color #E2CA94: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2CA94 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 148 -
CMYK 0 0.11 0.35 0.11
HSL 41.54º 0.57% 0.73% -
HSV(B) 41.54º 0.35% 0.89% -
XYZ 57.83 60.55 36.66 -
YUV 203.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 226 202 148 0 0.11 0.35 0.11 41.54 0.57 0.73
Hex E2 CA 94 0 B 23 B 2A 39 49
Octal 342 312 224 0 13 43 13 52 71 111
Binary 11100010 11001010 10010100 0 1011 100011 1011 101010 111001 1001001

Color Harmonies of #E2CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA94

Black with #E2CA94

Text Example


Text Example

White with #E2CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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