Html Css Color HEX #EEE5CD Orange White

📋 copy color: '#EEE5CD'

red 238 ◦ green 229 ◦ blue 205

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

Shades of Orange White #EEE5CD

Tints of Orange White #EEE5CD

RGB

 RED value IS 238 (93.36% from 255) = 35.42%

 GREEN value IS 229 (89.84% from 255) = 34.08%

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

R = 35.42%
G = 34.08%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEE5CD (or 0xEEE5CD) is known color: Orange White. HEX triplet: EE, E5 and CD. RGB value is (238,229,205). Sum of RGB (Red+Green+Blue) = 238+229+205=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5CD is #111A32. Grayscale: #E5E5E5. Windows color (decimal): -1120819 or 13493742. OLE color: 13493742.

HSL color Cylindrical-coordinate representation of color #EEE5CD: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEE5CD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 205 -
CMYK 0 0.04 0.14 0.07
HSL 43.64º 0.49% 0.87% -
HSV(B) 43.64º 0.14% 0.93% -
XYZ 74.3 78.62 69.02 -
YUV 228.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 238 229 205 0 0.04 0.14 0.07 43.64 0.49 0.87
Hex EE E5 CD 0 4 E 7 2C 31 57
Octal 356 345 315 0 4 16 7 54 61 127
Binary 11101110 11100101 11001101 0 100 1110 111 101100 110001 1010111

Color Harmonies of #EEE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5CD

Black with #EEE5CD

Text Example


Text Example

White with #EEE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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