Html Css Color HEX #E6E1CD Orange White

📋 copy color: '#E6E1CD'

red 230 ◦ green 225 ◦ blue 205

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

Shades of Orange White #E6E1CD

Tints of Orange White #E6E1CD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.09%

 BLUE value IS 205 (80.47% from 255) = 31.06%

R = 34.85%
G = 34.09%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6E1CD (or 0xE6E1CD) is known color: Orange White. HEX triplet: E6, E1 and CD. RGB value is (230,225,205). Sum of RGB (Red+Green+Blue) = 230+225+205=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1CD is #191E32. Grayscale: #E0E0E0. Windows color (decimal): -1646131 or 13492710. OLE color: 13492710.

HSL color Cylindrical-coordinate representation of color #E6E1CD: hue angle of 48º degrees, saturation: 0.33, 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 #E6E1CD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 225 205 -
CMYK 0 0.02 0.11 0.10
HSL 48º 0.33% 0.85% -
HSV(B) 48º 0.11% 0.9% -
XYZ 70.58 75.08 68.53 -
YUV 224.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 230 225 205 0 0.02 0.11 0.10 48 0.33 0.85
Hex E6 E1 CD 0 2 B A 30 21 55
Octal 346 341 315 0 2 13 12 60 41 125
Binary 11100110 11100001 11001101 0 10 1011 1010 110000 100001 1010101

Color Harmonies of #E6E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E1CD

Black with #E6E1CD

Text Example


Text Example

White with #E6E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E1CD; }

 p { color: rgb(230,225,205); }

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

background-color css

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

 a { background-color: rgb(230,225,205); }

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

border-color css

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

 span { border-color: rgb(230,225,205); }

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