Html Css Color HEX #E5BE42 Festival

📋 copy color: '#E5BE42'

red 229 ◦ green 190 ◦ blue 66

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

Shades of Festival #E5BE42

Tints of Festival #E5BE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

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

R = 47.22%
G = 39.18%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5BE42 (or 0xE5BE42) is known color: Festival. HEX triplet: E5, BE and 42. RGB value is (229,190,66). Sum of RGB (Red+Green+Blue) = 229+190+66=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE42 is #1A41BD. Grayscale: #BCBCBC. Windows color (decimal): -1720766 or 4374245. OLE color: 4374245.

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

Color convert

RGB 229 190 66 -
CMYK 0 0.17 0.71 0.10
HSL 45.64º 0.76% 0.58% -
HSV(B) 45.64º 0.71% 0.9% -
XYZ 51.71 53.88 12.83 -
YUV 187.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 229 190 66 0 0.17 0.71 0.10 45.64 0.76 0.58
Hex E5 BE 42 0 11 47 A 2E 4C 3A
Octal 345 276 102 0 21 107 12 56 114 72
Binary 11100101 10111110 1000010 0 10001 1000111 1010 101110 1001100 111010

Color Harmonies of #E5BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BE42

Black with #E5BE42

Text Example


Text Example

White with #E5BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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