Html Css Color HEX #E6DFCD Orange White

📋 copy color: '#E6DFCD'

red 230 ◦ green 223 ◦ blue 205

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

Shades of Orange White #E6DFCD

Tints of Orange White #E6DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.89%

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

R = 34.95%
G = 33.89%
B = 31.16%

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

#E6DFCD (or 0xE6DFCD) is known color: Orange White. HEX triplet: E6, DF and CD. RGB value is (230,223,205). Sum of RGB (Red+Green+Blue) = 230+223+205=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCD is #192032. Grayscale: #DFDFDF. Windows color (decimal): -1646643 or 13492198. OLE color: 13492198.

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

Color convert

RGB 230 223 205 -
CMYK 0 0.03 0.11 0.10
HSL 43.2º 0.33% 0.85% -
HSV(B) 43.2º 0.11% 0.9% -
XYZ 70.04 74.01 68.35 -
YUV 223.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 230 223 205 0 0.03 0.11 0.10 43.2 0.33 0.85
Hex E6 DF CD 0 3 B A 2B 21 55
Octal 346 337 315 0 3 13 12 53 41 125
Binary 11100110 11011111 11001101 0 11 1011 1010 101011 100001 1010101

Color Harmonies of #E6DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFCD

Black with #E6DFCD

Text Example


Text Example

White with #E6DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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