#EFC45B

Color #EFC45B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EFC45B

Tints of Cream Can #EFC45B

Color information

#EFC45B (or 0xEFC45B) is unknown color: approx Cream Can. HEX triplet: EF, C4 and 5B. RGB value is (239,196,91). Sum of RGB (Red+Green+Blue) = 239+196+91=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC45B is #103BA4. Grayscale: #C5C5C5. Windows color (decimal): -1063845 or 6014191. OLE color: 6014191.

HSL color Cylindrical-coordinate representation of color #EFC45B: hue angle of 42.57º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFC45B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23919691-
CMYK00.180.620.06
HSL42.57º82.22%64.71%-
HSV(B)42.57º61.92%93.73%-
XYZ57.2258.5918.19-
YUV196.8968.25158.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 91 (35.94% from 255) = 17.30%
R=45.44%
G=37.26%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391969100.180.620.0642.5782.2264.71
HexEFC45B0123E62b5241
Octal35730413302276653122101
Binary1110111111000100101101101001011111011010101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC45B; }

 p { color: rgb(239,196,91); }

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

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

 a { background-color: rgb(239,196,91); }

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

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

 span { border-color: rgb(239,196,91); }

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