#E7CF3F

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

Shades of Festival #E7CF3F

Tints of Festival #E7CF3F

Color information

#E7CF3F (or 0xE7CF3F) is unknown color: approx Festival. HEX triplet: E7, CF and 3F. RGB value is (231,207,63). Sum of RGB (Red+Green+Blue) = 231+207+63=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF3F is #1830C0. Grayscale: #C6C6C6. Windows color (decimal): -1585345 or 4181991. OLE color: 4181991.

HSL color Cylindrical-coordinate representation of color #E7CF3F: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7CF3F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23120763-
CMYK00.100.730.09
HSL51.43º77.78%57.65%-
HSV(B)51.43º72.73%90.59%-
XYZ56.1761.9713.7-
YUV197.7651.95151.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 207 (81.25% from 255) = 41.32%
BLUE value IS 63 (25% from 255) = 12.57%
R=46.11%
G=41.32%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312076300.100.730.0951.4377.7857.65
HexE7CF3F0A499334e3a
Octal34731777012111116311672
Binary111001111100111111111101010100100110011100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CF3F; }

 p { color: rgb(231,207,63); }

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

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

 a { background-color: rgb(231,207,63); }

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

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

 span { border-color: rgb(231,207,63); }

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