#EFE5C9

Color #EFE5C9 Orange White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange White #EFE5C9

Tints of Orange White #EFE5C9

Color information

#EFE5C9 (or 0xEFE5C9) is unknown color: approx Orange White. HEX triplet: EF, E5 and C9. RGB value is (239,229,201). Sum of RGB (Red+Green+Blue) = 239+229+201=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C9 is #101A36. Grayscale: #E4E4E4. Windows color (decimal): -1055287 or 13231599. OLE color: 13231599.

HSL color Cylindrical-coordinate representation of color #EFE5C9: hue angle of 44.21º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFE5C9 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239229201-
CMYK00.040.160.06
HSL44.21º54.29%86.27%-
HSV(B)44.21º15.9%93.73%-
XYZ74.1678.6166.52-
YUV228.8112.31135.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 201 (78.91% from 255) = 30.04%
R=35.72%
G=34.23%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922920100.040.160.0644.2154.2986.27
HexEFE5C9041062c3656
Octal357345311042065466126
Binary1110111111100101110010010100100001101011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5C9; }

 p { color: rgb(239,229,201); }

 H1.HeaderClassName
 {
   color: #EFE5C9;
 }
 .AnyTagClassName
 {
   color: #EFE5C9;
 }
</style>
background-color css

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

 a { background-color: rgb(239,229,201); }

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

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

 span { border-color: rgb(239,229,201); }

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