Html Css Color HEX #EBE8C4 Half And Half

📋 copy color: '#EBE8C4'

red 235 ◦ green 232 ◦ blue 196

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

Shades of Half And Half #EBE8C4

Tints of Half And Half #EBE8C4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.99%

 BLUE value IS 196 (76.95% from 255) = 29.56%

R = 35.44%
G = 34.99%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBE8C4 (or 0xEBE8C4) is known color: Half And Half. HEX triplet: EB, E8 and C4. RGB value is (235,232,196). Sum of RGB (Red+Green+Blue) = 235+232+196=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8C4 is #14173B. Grayscale: #E4E4E4. Windows color (decimal): -1316668 or 12904683. OLE color: 12904683.

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

Color convert

RGB 235 232 196 -
CMYK 0 0.01 0.17 0.08
HSL 55.38º 0.49% 0.85% -
HSV(B) 55.38º 0.17% 0.92% -
XYZ 73.08 79.36 63.69 -
YUV 228.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 235 232 196 0 0.01 0.17 0.08 55.38 0.49 0.85
Hex EB E8 C4 0 1 11 8 37 31 55
Octal 353 350 304 0 1 21 10 67 61 125
Binary 11101011 11101000 11000100 0 1 10001 1000 110111 110001 1010101

Color Harmonies of #EBE8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8C4

Black with #EBE8C4

Text Example


Text Example

White with #EBE8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8C4; }

 p { color: rgb(235,232,196); }

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

background-color css

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

 a { background-color: rgb(235,232,196); }

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

border-color css

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

 span { border-color: rgb(235,232,196); }

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