Html Css Color HEX #E5E2CF Orange White

📋 copy color: '#E5E2CF'

red 229 ◦ green 226 ◦ blue 207

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

Shades of Orange White #E5E2CF

Tints of Orange White #E5E2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.14%

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 34.59%
G = 34.14%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5E2CF (or 0xE5E2CF) is known color: Orange White. HEX triplet: E5, E2 and CF. RGB value is (229,226,207). Sum of RGB (Red+Green+Blue) = 229+226+207=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CF is #1A1D30. Grayscale: #E0E0E0. Windows color (decimal): -1711409 or 13624037. OLE color: 13624037.

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

Color convert

RGB 229 226 207 -
CMYK 0 0.01 0.10 0.10
HSL 51.82º 0.3% 0.85% -
HSV(B) 51.82º 0.1% 0.9% -
XYZ 70.77 75.56 69.89 -
YUV 224.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 229 226 207 0 0.01 0.10 0.10 51.82 0.3 0.85
Hex E5 E2 CF 0 1 A A 34 1E 55
Octal 345 342 317 0 1 12 12 64 36 125
Binary 11100101 11100010 11001111 0 1 1010 1010 110100 11110 1010101

Color Harmonies of #E5E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2CF

Black with #E5E2CF

Text Example


Text Example

White with #E5E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2CF; }

 p { color: rgb(229,226,207); }

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

background-color css

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

 a { background-color: rgb(229,226,207); }

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

border-color css

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

 span { border-color: rgb(229,226,207); }

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