Html Css Color HEX #EBE5CA Half And Half

📋 copy color: '#EBE5CA'

red 235 ◦ green 229 ◦ blue 202

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

Shades of Half And Half #EBE5CA

Tints of Half And Half #EBE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.38%

 BLUE value IS 202 (79.3% from 255) = 30.33%

R = 35.29%
G = 34.38%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE5CA (or 0xEBE5CA) is known color: Half And Half. HEX triplet: EB, E5 and CA. RGB value is (235,229,202). Sum of RGB (Red+Green+Blue) = 235+229+202=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5CA is #141A35. Grayscale: #E3E3E3. Windows color (decimal): -1317430 or 13297131. OLE color: 13297131.

HSL color Cylindrical-coordinate representation of color #EBE5CA: hue angle of 49.09º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBE5CA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 202 -
CMYK 0 0.03 0.14 0.08
HSL 49.09º 0.45% 0.86% -
HSV(B) 49.09º 0.14% 0.92% -
XYZ 72.94 77.97 67.08 -
YUV 227.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 235 229 202 0 0.03 0.14 0.08 49.09 0.45 0.86
Hex EB E5 CA 0 3 E 8 31 2D 56
Octal 353 345 312 0 3 16 10 61 55 126
Binary 11101011 11100101 11001010 0 11 1110 1000 110001 101101 1010110

Color Harmonies of #EBE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5CA

Black with #EBE5CA

Text Example


Text Example

White with #EBE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5CA; }

 p { color: rgb(235,229,202); }

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

background-color css

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

 a { background-color: rgb(235,229,202); }

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

border-color css

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

 span { border-color: rgb(235,229,202); }

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