Html Css Color HEX #E5C848 Festival

📋 copy color: '#E5C848'

red 229 ◦ green 200 ◦ blue 72

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

Shades of Festival #E5C848

Tints of Festival #E5C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 45.71%
G = 39.92%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E5C848 (or 0xE5C848) is known color: Festival. HEX triplet: E5, C8 and 48. RGB value is (229,200,72). Sum of RGB (Red+Green+Blue) = 229+200+72=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C848 is #1A37B7. Grayscale: #C2C2C2. Windows color (decimal): -1718200 or 4770021. OLE color: 4770021.

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

Color convert

RGB 229 200 72 -
CMYK 0 0.13 0.69 0.10
HSL 48.92º 0.75% 0.59% -
HSV(B) 48.92º 0.69% 0.9% -
XYZ 54.14 58.43 14.56 -
YUV 194.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 229 200 72 0 0.13 0.69 0.10 48.92 0.75 0.59
Hex E5 C8 48 0 D 45 A 31 4B 3B
Octal 345 310 110 0 15 105 12 61 113 73
Binary 11100101 11001000 1001000 0 1101 1000101 1010 110001 1001011 111011

Color Harmonies of #E5C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C848

Black with #E5C848

Text Example


Text Example

White with #E5C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C848; }

 p { color: rgb(229,200,72); }

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

background-color css

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

 a { background-color: rgb(229,200,72); }

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

border-color css

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

 span { border-color: rgb(229,200,72); }

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