Html Css Color HEX #E7E5CA Half And Half

📋 copy color: '#E7E5CA'

red 231 ◦ green 229 ◦ blue 202

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

Shades of Half And Half #E7E5CA

Tints of Half And Half #E7E5CA

RGB

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

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

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

R = 34.89%
G = 34.59%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7E5CA (or 0xE7E5CA) is known color: Half And Half. HEX triplet: E7, E5 and CA. RGB value is (231,229,202). Sum of RGB (Red+Green+Blue) = 231+229+202=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5CA is #181A35. Grayscale: #E2E2E2. Windows color (decimal): -1579574 or 13297127. OLE color: 13297127.

HSL color Cylindrical-coordinate representation of color #E7E5CA: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E5CA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 229 202 -
CMYK 0 0.01 0.13 0.09
HSL 55.86º 0.38% 0.85% -
HSV(B) 55.86º 0.13% 0.91% -
XYZ 71.63 77.29 67.02 -
YUV 226.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 231 229 202 0 0.01 0.13 0.09 55.86 0.38 0.85
Hex E7 E5 CA 0 1 D 9 38 26 55
Octal 347 345 312 0 1 15 11 70 46 125
Binary 11100111 11100101 11001010 0 1 1101 1001 111000 100110 1010101

Color Harmonies of #E7E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E5CA

Black with #E7E5CA

Text Example


Text Example

White with #E7E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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