Html Css Color HEX #EBE6C8 Half And Half

📋 copy color: '#EBE6C8'

red 235 ◦ green 230 ◦ blue 200

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

Shades of Half And Half #EBE6C8

Tints of Half And Half #EBE6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.08%

R = 35.34%
G = 34.59%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBE6C8 (or 0xEBE6C8) is known color: Half And Half. HEX triplet: EB, E6 and C8. RGB value is (235,230,200). Sum of RGB (Red+Green+Blue) = 235+230+200=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6C8 is #141937. Grayscale: #E4E4E4. Windows color (decimal): -1317176 or 13166315. OLE color: 13166315.

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

Color convert

RGB 235 230 200 -
CMYK 0 0.02 0.15 0.08
HSL 51.43º 0.47% 0.85% -
HSV(B) 51.43º 0.15% 0.92% -
XYZ 72.98 78.43 65.93 -
YUV 228.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 235 230 200 0 0.02 0.15 0.08 51.43 0.47 0.85
Hex EB E6 C8 0 2 F 8 33 2F 55
Octal 353 346 310 0 2 17 10 63 57 125
Binary 11101011 11100110 11001000 0 10 1111 1000 110011 101111 1010101

Color Harmonies of #EBE6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6C8

Black with #EBE6C8

Text Example


Text Example

White with #EBE6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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