Html Css Color HEX #EBE7C4 Half And Half

📋 copy color: '#EBE7C4'

red 235 ◦ green 231 ◦ blue 196

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

Shades of Half And Half #EBE7C4

Tints of Half And Half #EBE7C4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.89%

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

R = 35.5%
G = 34.89%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBE7C4 (or 0xEBE7C4) is known color: Half And Half. HEX triplet: EB, E7 and C4. RGB value is (235,231,196). Sum of RGB (Red+Green+Blue) = 235+231+196=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7C4 is #14183B. Grayscale: #E4E4E4. Windows color (decimal): -1316924 or 12904427. OLE color: 12904427.

HSL color Cylindrical-coordinate representation of color #EBE7C4: hue angle of 53.85º 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 #EBE7C4 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 231 196 -
CMYK 0 0.02 0.17 0.08
HSL 53.85º 0.49% 0.85% -
HSV(B) 53.85º 0.17% 0.92% -
XYZ 72.8 78.8 63.6 -
YUV 228.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 235 231 196 0 0.02 0.17 0.08 53.85 0.49 0.85
Hex EB E7 C4 0 2 11 8 36 31 55
Octal 353 347 304 0 2 21 10 66 61 125
Binary 11101011 11100111 11000100 0 10 10001 1000 110110 110001 1010101

Color Harmonies of #EBE7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE7C4

Black with #EBE7C4

Text Example


Text Example

White with #EBE7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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