Html Css Color HEX #EBE6CA Half And Half

📋 copy color: '#EBE6CA'

red 235 ◦ green 230 ◦ blue 202

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

Shades of Half And Half #EBE6CA

Tints of Half And Half #EBE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.48%

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

R = 35.23%
G = 34.48%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE6CA (or 0xEBE6CA) is known color: Half And Half. HEX triplet: EB, E6 and CA. RGB value is (235,230,202). Sum of RGB (Red+Green+Blue) = 235+230+202=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CA is #141935. Grayscale: #E4E4E4. Windows color (decimal): -1317174 or 13297387. OLE color: 13297387.

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

Color convert

RGB 235 230 202 -
CMYK 0 0.02 0.14 0.08
HSL 50.91º 0.45% 0.86% -
HSV(B) 50.91º 0.14% 0.92% -
XYZ 73.22 78.52 67.17 -
YUV 228.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 235 230 202 0 0.02 0.14 0.08 50.91 0.45 0.86
Hex EB E6 CA 0 2 E 8 33 2D 56
Octal 353 346 312 0 2 16 10 63 55 126
Binary 11101011 11100110 11001010 0 10 1110 1000 110011 101101 1010110

Color Harmonies of #EBE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6CA

Black with #EBE6CA

Text Example


Text Example

White with #EBE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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