Html Css Color HEX #EBE2C2 Half Colonial White

📋 copy color: '#EBE2C2'

red 235 ◦ green 226 ◦ blue 194

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

Shades of Half Colonial White #EBE2C2

Tints of Half Colonial White #EBE2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.62%

R = 35.88%
G = 34.5%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBE2C2 (or 0xEBE2C2) is known color: Half Colonial White. HEX triplet: EB, E2 and C2. RGB value is (235,226,194). Sum of RGB (Red+Green+Blue) = 235+226+194=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C2 is #141D3D. Grayscale: #E1E1E1. Windows color (decimal): -1318206 or 12772075. OLE color: 12772075.

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

Color convert

RGB 235 226 194 -
CMYK 0 0.04 0.17 0.08
HSL 46.83º 0.51% 0.84% -
HSV(B) 46.83º 0.17% 0.92% -
XYZ 71.19 75.95 61.95 -
YUV 225.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 235 226 194 0 0.04 0.17 0.08 46.83 0.51 0.84
Hex EB E2 C2 0 4 11 8 2F 33 54
Octal 353 342 302 0 4 21 10 57 63 124
Binary 11101011 11100010 11000010 0 100 10001 1000 101111 110011 1010100

Color Harmonies of #EBE2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2C2

Black with #EBE2C2

Text Example


Text Example

White with #EBE2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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