Html Css Color HEX #EEE8D0 Orange White

📋 copy color: '#EEE8D0'

red 238 ◦ green 232 ◦ blue 208

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

Shades of Orange White #EEE8D0

Tints of Orange White #EEE8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.22%

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

R = 35.1%
G = 34.22%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEE8D0 (or 0xEEE8D0) is known color: Orange White. HEX triplet: EE, E8 and D0. RGB value is (238,232,208). Sum of RGB (Red+Green+Blue) = 238+232+208=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8D0 is #11172F. Grayscale: #E7E7E7. Windows color (decimal): -1120048 or 13691118. OLE color: 13691118.

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

Color convert

RGB 238 232 208 -
CMYK 0 0.03 0.13 0.07
HSL 48º 0.47% 0.87% -
HSV(B) 48º 0.13% 0.93% -
XYZ 75.5 80.44 71.22 -
YUV 231.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 238 232 208 0 0.03 0.13 0.07 48 0.47 0.87
Hex EE E8 D0 0 3 D 7 30 2F 57
Octal 356 350 320 0 3 15 7 60 57 127
Binary 11101110 11101000 11010000 0 11 1101 111 110000 101111 1010111

Color Harmonies of #EEE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE8D0

Black with #EEE8D0

Text Example


Text Example

White with #EEE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE8D0; }

 p { color: rgb(238,232,208); }

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

background-color css

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

 a { background-color: rgb(238,232,208); }

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

border-color css

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

 span { border-color: rgb(238,232,208); }

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