Html Css Color HEX #EBE2C0 Half Colonial White

📋 copy color: '#EBE2C0'

red 235 ◦ green 226 ◦ blue 192

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

Shades of Half Colonial White #EBE2C0

Tints of Half Colonial White #EBE2C0

RGB

 RED value IS 235 (92.19% from 255) = 35.99%

 GREEN value IS 226 (88.67% from 255) = 34.61%

 BLUE value IS 192 (75.39% from 255) = 29.4%

R = 35.99%
G = 34.61%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBE2C0 (or 0xEBE2C0) is known color: Half Colonial White. HEX triplet: EB, E2 and C0. RGB value is (235,226,192). Sum of RGB (Red+Green+Blue) = 235+226+192=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C0 is #141D3F. Grayscale: #E0E0E0. Windows color (decimal): -1318208 or 12641003. OLE color: 12641003.

HSL color Cylindrical-coordinate representation of color #EBE2C0: hue angle of 47.44º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBE2C0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 192 -
CMYK 0 0.04 0.18 0.08
HSL 47.44º 0.52% 0.84% -
HSV(B) 47.44º 0.18% 0.92% -
XYZ 70.97 75.86 60.77 -
YUV 224.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 235 226 192 0 0.04 0.18 0.08 47.44 0.52 0.84
Hex EB E2 C0 0 4 12 8 2F 34 54
Octal 353 342 300 0 4 22 10 57 64 124
Binary 11101011 11100010 11000000 0 100 10010 1000 101111 110100 1010100

Color Harmonies of #EBE2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2C0

Black with #EBE2C0

Text Example


Text Example

White with #EBE2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2C0; }

 p { color: rgb(235,226,192); }

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

background-color css

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

 a { background-color: rgb(235,226,192); }

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

border-color css

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

 span { border-color: rgb(235,226,192); }

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