#EFE6CC

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

Shades of Orange White #EFE6CC

Tints of Orange White #EFE6CC

Color information

#EFE6CC (or 0xEFE6CC) is unknown color: approx Orange White. HEX triplet: EF, E6 and CC. RGB value is (239,230,204). Sum of RGB (Red+Green+Blue) = 239+230+204=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CC is #101933. Grayscale: #E5E5E5. Windows color (decimal): -1055028 or 13428463. OLE color: 13428463.

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

Color convert

RGB239230204-
CMYK00.040.150.06
HSL44.57º52.24%86.86%-
HSV(B)44.57º14.64%93.73%-
XYZ74.7979.368.49-
YUV229.73113.48134.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 204 (80.08% from 255) = 30.31%
R=35.51%
G=34.18%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923020400.040.150.0644.5752.2486.86
HexEFE6CC04F62d3457
Octal357346314041765564127
Binary111011111110011011001100010011111101011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6CC; }

 p { color: rgb(239,230,204); }

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

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

 a { background-color: rgb(239,230,204); }

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

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

 span { border-color: rgb(239,230,204); }

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