Html Css Color HEX #E5BF41 Festival

📋 copy color: '#E5BF41'

red 229 ◦ green 191 ◦ blue 65

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

Shades of Festival #E5BF41

Tints of Festival #E5BF41

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

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

R = 47.22%
G = 39.38%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5BF41 (or 0xE5BF41) is known color: Festival. HEX triplet: E5, BF and 41. RGB value is (229,191,65). Sum of RGB (Red+Green+Blue) = 229+191+65=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF41 is #1A40BE. Grayscale: #BCBCBC. Windows color (decimal): -1720511 or 4308965. OLE color: 4308965.

HSL color Cylindrical-coordinate representation of color #E5BF41: hue angle of 46.1º 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 #E5BF41 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 65 -
CMYK 0 0.17 0.72 0.10
HSL 46.1º 0.76% 0.58% -
HSV(B) 46.1º 0.72% 0.9% -
XYZ 51.9 54.3 12.75 -
YUV 188 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 229 191 65 0 0.17 0.72 0.10 46.1 0.76 0.58
Hex E5 BF 41 0 11 48 A 2E 4C 3A
Octal 345 277 101 0 21 110 12 56 114 72
Binary 11100101 10111111 1000001 0 10001 1001000 1010 101110 1001100 111010

Color Harmonies of #E5BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF41

Black with #E5BF41

Text Example


Text Example

White with #E5BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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