Html Css Color HEX #E7C942 Festival

📋 copy color: '#E7C942'

red 231 ◦ green 201 ◦ blue 66

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

Shades of Festival #E7C942

Tints of Festival #E7C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.36%

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 46.39%
G = 40.36%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E7C942 (or 0xE7C942) is known color: Festival. HEX triplet: E7, C9 and 42. RGB value is (231,201,66). Sum of RGB (Red+Green+Blue) = 231+201+66=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C942 is #1836BD. Grayscale: #C3C3C3. Windows color (decimal): -1586878 or 4377063. OLE color: 4377063.

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

Color convert

RGB 231 201 66 -
CMYK 0 0.13 0.71 0.09
HSL 49.09º 0.77% 0.58% -
HSV(B) 49.09º 0.71% 0.91% -
XYZ 54.83 59.16 13.68 -
YUV 194.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 231 201 66 0 0.13 0.71 0.09 49.09 0.77 0.58
Hex E7 C9 42 0 D 47 9 31 4D 3A
Octal 347 311 102 0 15 107 11 61 115 72
Binary 11100111 11001001 1000010 0 1101 1000111 1001 110001 1001101 111010

Color Harmonies of #E7C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C942

Black with #E7C942

Text Example


Text Example

White with #E7C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C942; }

 p { color: rgb(231,201,66); }

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

background-color css

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

 a { background-color: rgb(231,201,66); }

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

border-color css

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

 span { border-color: rgb(231,201,66); }

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