Html Css Color HEX #EEE5CA Orange White

📋 copy color: '#EEE5CA'

red 238 ◦ green 229 ◦ blue 202

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

Shades of Orange White #EEE5CA

Tints of Orange White #EEE5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.19%

R = 35.58%
G = 34.23%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEE5CA (or 0xEEE5CA) is known color: Orange White. HEX triplet: EE, E5 and CA. RGB value is (238,229,202). Sum of RGB (Red+Green+Blue) = 238+229+202=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5CA is #111A35. Grayscale: #E4E4E4. Windows color (decimal): -1120822 or 13297134. OLE color: 13297134.

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

Color convert

RGB 238 229 202 -
CMYK 0 0.04 0.15 0.07
HSL 45º 0.51% 0.86% -
HSV(B) 45º 0.15% 0.93% -
XYZ 73.94 78.48 67.13 -
YUV 228.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 238 229 202 0 0.04 0.15 0.07 45 0.51 0.86
Hex EE E5 CA 0 4 F 7 2D 33 56
Octal 356 345 312 0 4 17 7 55 63 126
Binary 11101110 11100101 11001010 0 100 1111 111 101101 110011 1010110

Color Harmonies of #EEE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5CA

Black with #EEE5CA

Text Example


Text Example

White with #EEE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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