Html Css Color HEX #E7C340 Festival

📋 copy color: '#E7C340'

red 231 ◦ green 195 ◦ blue 64

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

Shades of Festival #E7C340

Tints of Festival #E7C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 47.14%
G = 39.8%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E7C340 (or 0xE7C340) is known color: Festival. HEX triplet: E7, C3 and 40. RGB value is (231,195,64). Sum of RGB (Red+Green+Blue) = 231+195+64=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C340 is #183CBF. Grayscale: #BFBFBF. Windows color (decimal): -1588416 or 4244455. OLE color: 4244455.

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

Color convert

RGB 231 195 64 -
CMYK 0 0.16 0.72 0.09
HSL 47.07º 0.78% 0.58% -
HSV(B) 47.07º 0.72% 0.91% -
XYZ 53.4 56.39 12.92 -
YUV 190.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 231 195 64 0 0.16 0.72 0.09 47.07 0.78 0.58
Hex E7 C3 40 0 10 48 9 2F 4E 3A
Octal 347 303 100 0 20 110 11 57 116 72
Binary 11100111 11000011 1000000 0 10000 1001000 1001 101111 1001110 111010

Color Harmonies of #E7C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C340

Black with #E7C340

Text Example


Text Example

White with #E7C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C340; }

 p { color: rgb(231,195,64); }

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

background-color css

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

 a { background-color: rgb(231,195,64); }

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

border-color css

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

 span { border-color: rgb(231,195,64); }

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