#EFE5CD

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

Shades of Orange White #EFE5CD

Tints of Orange White #EFE5CD

Color information

#EFE5CD (or 0xEFE5CD) is unknown color: approx Orange White. HEX triplet: EF, E5 and CD. RGB value is (239,229,205). Sum of RGB (Red+Green+Blue) = 239+229+205=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5CD is #101A32. Grayscale: #E5E5E5. Windows color (decimal): -1055283 or 13493743. OLE color: 13493743.

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

Color convert

RGB239229205-
CMYK00.040.140.06
HSL42.35º51.52%87.06%-
HSV(B)42.35º14.23%93.73%-
XYZ74.6478.869.03-
YUV229.25114.31134.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=35.51%
G=34.03%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922920500.040.140.0642.3551.5287.06
HexEFE5CD04E62a3457
Octal357345315041665264127
Binary111011111110010111001101010011101101010101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5CD; }

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

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

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

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

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

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

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

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