Html Css Color HEX #E5C741 Festival

📋 copy color: '#E5C741'

red 229 ◦ green 199 ◦ blue 65

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

Shades of Festival #E5C741

Tints of Festival #E5C741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.18%

R = 46.45%
G = 40.37%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5C741 (or 0xE5C741) is known color: Festival. HEX triplet: E5, C7 and 41. RGB value is (229,199,65). Sum of RGB (Red+Green+Blue) = 229+199+65=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C741 is #1A38BE. Grayscale: #C1C1C1. Windows color (decimal): -1718463 or 4311013. OLE color: 4311013.

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

Color convert

RGB 229 199 65 -
CMYK 0 0.13 0.72 0.10
HSL 49.02º 0.76% 0.58% -
HSV(B) 49.02º 0.72% 0.9% -
XYZ 53.69 57.89 13.34 -
YUV 192.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 229 199 65 0 0.13 0.72 0.10 49.02 0.76 0.58
Hex E5 C7 41 0 D 48 A 31 4C 3A
Octal 345 307 101 0 15 110 12 61 114 72
Binary 11100101 11000111 1000001 0 1101 1001000 1010 110001 1001100 111010

Color Harmonies of #E5C741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C741

Black with #E5C741

Text Example


Text Example

White with #E5C741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C741; }

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

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

background-color css

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

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

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

border-color css

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

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

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