Html Css Color HEX #EBE2B9 Half Colonial White

📋 copy color: '#EBE2B9'

red 235 ◦ green 226 ◦ blue 185

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

Shades of Half Colonial White #EBE2B9

Tints of Half Colonial White #EBE2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.64%

R = 36.38%
G = 34.98%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBE2B9 (or 0xEBE2B9) is known color: Half Colonial White. HEX triplet: EB, E2 and B9. RGB value is (235,226,185). Sum of RGB (Red+Green+Blue) = 235+226+185=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2B9 is #141D46. Grayscale: #E0E0E0. Windows color (decimal): -1318215 or 12182251. OLE color: 12182251.

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

Color convert

RGB 235 226 185 -
CMYK 0 0.04 0.21 0.08
HSL 49.2º 0.56% 0.82% -
HSV(B) 49.2º 0.21% 0.92% -
XYZ 70.21 75.56 56.78 -
YUV 224.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 235 226 185 0 0.04 0.21 0.08 49.2 0.56 0.82
Hex EB E2 B9 0 4 15 8 31 38 52
Octal 353 342 271 0 4 25 10 61 70 122
Binary 11101011 11100010 10111001 0 100 10101 1000 110001 111000 1010010

Color Harmonies of #EBE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2B9

Black with #EBE2B9

Text Example


Text Example

White with #EBE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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