Html Css Color HEX #E5DFCC Orange White

📋 copy color: '#E5DFCC'

red 229 ◦ green 223 ◦ blue 204

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

Shades of Orange White #E5DFCC

Tints of Orange White #E5DFCC

RGB

 RED value IS 229 (89.84% from 255) = 34.91%

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

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

R = 34.91%
G = 33.99%
B = 31.1%

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

#E5DFCC (or 0xE5DFCC) is known color: Orange White. HEX triplet: E5, DF and CC. RGB value is (229,223,204). Sum of RGB (Red+Green+Blue) = 229+223+204=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCC is #1A2033. Grayscale: #DEDEDE. Windows color (decimal): -1712180 or 13426661. OLE color: 13426661.

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

Color convert

RGB 229 223 204 -
CMYK 0 0.03 0.11 0.10
HSL 45.6º 0.32% 0.85% -
HSV(B) 45.6º 0.11% 0.9% -
XYZ 69.6 73.79 67.7 -
YUV 222.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 229 223 204 0 0.03 0.11 0.10 45.6 0.32 0.85
Hex E5 DF CC 0 3 B A 2E 20 55
Octal 345 337 314 0 3 13 12 56 40 125
Binary 11100101 11011111 11001100 0 11 1011 1010 101110 100000 1010101

Color Harmonies of #E5DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFCC

Black with #E5DFCC

Text Example


Text Example

White with #E5DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFCC; }

 p { color: rgb(229,223,204); }

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

background-color css

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

 a { background-color: rgb(229,223,204); }

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

border-color css

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

 span { border-color: rgb(229,223,204); }

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