Html Css Color HEX #E6E0CC Orange White

📋 copy color: '#E6E0CC'

red 230 ◦ green 224 ◦ blue 204

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

Shades of Orange White #E6E0CC

Tints of Orange White #E6E0CC

RGB

 RED value IS 230 (90.23% from 255) = 34.95%

 GREEN value IS 224 (87.89% from 255) = 34.04%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 34.95%
G = 34.04%
B = 31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6E0CC (or 0xE6E0CC) is known color: Orange White. HEX triplet: E6, E0 and CC. RGB value is (230,224,204). Sum of RGB (Red+Green+Blue) = 230+224+204=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CC is #191F33. Grayscale: #DFDFDF. Windows color (decimal): -1646388 or 13426918. OLE color: 13426918.

HSL color Cylindrical-coordinate representation of color #E6E0CC: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6E0CC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 224 204 -
CMYK 0 0.03 0.11 0.10
HSL 46.15º 0.34% 0.85% -
HSV(B) 46.15º 0.11% 0.9% -
XYZ 70.19 74.49 67.81 -
YUV 223.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 230 224 204 0 0.03 0.11 0.10 46.15 0.34 0.85
Hex E6 E0 CC 0 3 B A 2E 22 55
Octal 346 340 314 0 3 13 12 56 42 125
Binary 11100110 11100000 11001100 0 11 1011 1010 101110 100010 1010101

Color Harmonies of #E6E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0CC

Black with #E6E0CC

Text Example


Text Example

White with #E6E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0CC; }

 p { color: rgb(230,224,204); }

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

background-color css

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

 a { background-color: rgb(230,224,204); }

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

border-color css

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

 span { border-color: rgb(230,224,204); }

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