Html Css Color HEX #E5E0CD Orange White

📋 copy color: '#E5E0CD'

red 229 ◦ green 224 ◦ blue 205

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

Shades of Orange White #E5E0CD

Tints of Orange White #E5E0CD

RGB

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

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

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

R = 34.8%
G = 34.04%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5E0CD (or 0xE5E0CD) is known color: Orange White. HEX triplet: E5, E0 and CD. RGB value is (229,224,205). Sum of RGB (Red+Green+Blue) = 229+224+205=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0CD is #1A1F32. Grayscale: #DFDFDF. Windows color (decimal): -1711923 or 13492453. OLE color: 13492453.

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

Color convert

RGB 229 224 205 -
CMYK 0 0.02 0.10 0.10
HSL 47.5º 0.32% 0.85% -
HSV(B) 47.5º 0.1% 0.9% -
XYZ 69.99 74.38 68.43 -
YUV 223.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 229 224 205 0 0.02 0.10 0.10 47.5 0.32 0.85
Hex E5 E0 CD 0 2 A A 30 20 55
Octal 345 340 315 0 2 12 12 60 40 125
Binary 11100101 11100000 11001101 0 10 1010 1010 110000 100000 1010101

Color Harmonies of #E5E0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E0CD

Black with #E5E0CD

Text Example


Text Example

White with #E5E0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E0CD; }

 p { color: rgb(229,224,205); }

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

background-color css

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

 a { background-color: rgb(229,224,205); }

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

border-color css

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

 span { border-color: rgb(229,224,205); }

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