Html Css Color HEX #E2CB92 Double Colonial White

📋 copy color: '#E2CB92'

red 226 ◦ green 203 ◦ blue 146

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

Shades of Double Colonial White #E2CB92

Tints of Double Colonial White #E2CB92

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

 BLUE value IS 146 (57.42% from 255) = 25.39%

R = 39.3%
G = 35.3%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2CB92 (or 0xE2CB92) is known color: Double Colonial White. HEX triplet: E2, CB and 92. RGB value is (226,203,146). Sum of RGB (Red+Green+Blue) = 226+203+146=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB92 is #1D346D. Grayscale: #CBCBCB. Windows color (decimal): -1913966 or 9620450. OLE color: 9620450.

HSL color Cylindrical-coordinate representation of color #E2CB92: hue angle of 42.75º degrees, saturation: 0.58, 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 #E2CB92 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 146 -
CMYK 0 0.10 0.35 0.11
HSL 42.75º 0.58% 0.73% -
HSV(B) 42.75º 0.35% 0.89% -
XYZ 57.91 60.96 35.91 -
YUV 203.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 226 203 146 0 0.10 0.35 0.11 42.75 0.58 0.73
Hex E2 CB 92 0 A 23 B 2B 3A 49
Octal 342 313 222 0 12 43 13 53 72 111
Binary 11100010 11001011 10010010 0 1010 100011 1011 101011 111010 1001001

Color Harmonies of #E2CB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB92

Black with #E2CB92

Text Example


Text Example

White with #E2CB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB92; }

 p { color: rgb(226,203,146); }

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

background-color css

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

 a { background-color: rgb(226,203,146); }

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

border-color css

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

 span { border-color: rgb(226,203,146); }

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