Html Css Color HEX #E7C145 Festival

📋 copy color: '#E7C145'

red 231 ◦ green 193 ◦ blue 69

#E7C145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #E7C145

Tints of Festival #E7C145

RGB

 RED value IS 231 (90.63% from 255) = 46.86%

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 69 (27.34% from 255) = 14%

R = 46.86%
G = 39.15%
B = 14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E7C145 (or 0xE7C145) is known color: Festival. HEX triplet: E7, C1 and 45. RGB value is (231,193,69). Sum of RGB (Red+Green+Blue) = 231+193+69=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C145 is #183EBA. Grayscale: #BEBEBE. Windows color (decimal): -1588923 or 4571623. OLE color: 4571623.

HSL color Cylindrical-coordinate representation of color #E7C145: hue angle of 45.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7C145 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 193 69 -
CMYK 0 0.16 0.70 0.09
HSL 45.93º 0.77% 0.59% -
HSV(B) 45.93º 0.7% 0.91% -
XYZ 53.1 55.56 13.56 -
YUV 190.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 231 193 69 0 0.16 0.70 0.09 45.93 0.77 0.59
Hex E7 C1 45 0 10 46 9 2E 4D 3B
Octal 347 301 105 0 20 106 11 56 115 73
Binary 11100111 11000001 1000101 0 10000 1000110 1001 101110 1001101 111011

Color Harmonies of #E7C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C145

Black with #E7C145

Text Example


Text Example

White with #E7C145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C145; }

 p { color: rgb(231,193,69); }

 H1.HeaderClassName
 {
   color: #E7C145;
 }
 .AnyTagClassName
 {
   color: #E7C145;
 }
</style>

background-color css

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

 a { background-color: rgb(231,193,69); }

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

border-color css

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

 span { border-color: rgb(231,193,69); }

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