#E7CB3D

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

Shades of Festival #E7CB3D

Tints of Festival #E7CB3D

Color information

#E7CB3D (or 0xE7CB3D) is unknown color: approx Festival. HEX triplet: E7, CB and 3D. RGB value is (231,203,61). Sum of RGB (Red+Green+Blue) = 231+203+61=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB3D is #1834C2. Grayscale: #C3C3C3. Windows color (decimal): -1586371 or 4049895. OLE color: 4049895.

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

Color convert

RGB23120361-
CMYK00.120.740.09
HSL50.12º77.98%57.25%-
HSV(B)50.12º73.59%90.59%-
XYZ55.1560.0413.1-
YUV195.1852.28153.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 61 (24.22% from 255) = 12.32%
R=46.67%
G=41.01%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312036100.120.740.0950.1277.9857.25
HexE7CB3D0C4A9324e39
Octal34731375014112116211671
Binary111001111100101111110101100100101010011100101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CB3D; }

 p { color: rgb(231,203,61); }

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

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

 a { background-color: rgb(231,203,61); }

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

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

 span { border-color: rgb(231,203,61); }

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