Html Css Color HEX #E5C742 Festival

📋 copy color: '#E5C742'

red 229 ◦ green 199 ◦ blue 66

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

Shades of Festival #E5C742

Tints of Festival #E5C742

RGB

 RED value IS 229 (89.84% from 255) = 46.36%

 GREEN value IS 199 (78.13% from 255) = 40.28%

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

R = 46.36%
G = 40.28%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5C742 (or 0xE5C742) is known color: Festival. HEX triplet: E5, C7 and 42. RGB value is (229,199,66). Sum of RGB (Red+Green+Blue) = 229+199+66=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C742 is #1A38BD. Grayscale: #C1C1C1. Windows color (decimal): -1718462 or 4376549. OLE color: 4376549.

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

Color convert

RGB 229 199 66 -
CMYK 0 0.13 0.71 0.10
HSL 48.96º 0.76% 0.58% -
HSV(B) 48.96º 0.71% 0.9% -
XYZ 53.72 57.9 13.5 -
YUV 192.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 229 199 66 0 0.13 0.71 0.10 48.96 0.76 0.58
Hex E5 C7 42 0 D 47 A 31 4C 3A
Octal 345 307 102 0 15 107 12 61 114 72
Binary 11100101 11000111 1000010 0 1101 1000111 1010 110001 1001100 111010

Color Harmonies of #E5C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C742

Black with #E5C742

Text Example


Text Example

White with #E5C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C742; }

 p { color: rgb(229,199,66); }

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

background-color css

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

 a { background-color: rgb(229,199,66); }

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

border-color css

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

 span { border-color: rgb(229,199,66); }

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