Html Css Color HEX #E5DFD0 Orange White

📋 copy color: '#E5DFD0'

red 229 ◦ green 223 ◦ blue 208

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

Shades of Orange White #E5DFD0

Tints of Orange White #E5DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.52%

R = 34.7%
G = 33.79%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E5DFD0 (or 0xE5DFD0) is known color: Orange White. HEX triplet: E5, DF and D0. RGB value is (229,223,208). Sum of RGB (Red+Green+Blue) = 229+223+208=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFD0 is #1A202F. Grayscale: #DFDFDF. Windows color (decimal): -1712176 or 13688805. OLE color: 13688805.

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

Color convert

RGB 229 223 208 -
CMYK 0 0.03 0.09 0.10
HSL 42.86º 0.29% 0.86% -
HSV(B) 42.86º 0.09% 0.9% -
XYZ 70.09 73.99 70.26 -
YUV 223.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 229 223 208 0 0.03 0.09 0.10 42.86 0.29 0.86
Hex E5 DF D0 0 3 9 A 2B 1D 56
Octal 345 337 320 0 3 11 12 53 35 126
Binary 11100101 11011111 11010000 0 11 1001 1010 101011 11101 1010110

Color Harmonies of #E5DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFD0

Black with #E5DFD0

Text Example


Text Example

White with #E5DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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