Html Css Color HEX #E5C84A Festival

📋 copy color: '#E5C84A'

red 229 ◦ green 200 ◦ blue 74

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

Shades of Festival #E5C84A

Tints of Festival #E5C84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 45.53%
G = 39.76%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5C84A (or 0xE5C84A) is known color: Festival. HEX triplet: E5, C8 and 4A. RGB value is (229,200,74). Sum of RGB (Red+Green+Blue) = 229+200+74=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C84A is #1A37B5. Grayscale: #C2C2C2. Windows color (decimal): -1718198 or 4901093. OLE color: 4901093.

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

Color convert

RGB 229 200 74 -
CMYK 0 0.13 0.68 0.10
HSL 48.77º 0.75% 0.59% -
HSV(B) 48.77º 0.68% 0.9% -
XYZ 54.2 58.46 14.91 -
YUV 194.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 229 200 74 0 0.13 0.68 0.10 48.77 0.75 0.59
Hex E5 C8 4A 0 D 44 A 31 4B 3B
Octal 345 310 112 0 15 104 12 61 113 73
Binary 11100101 11001000 1001010 0 1101 1000100 1010 110001 1001011 111011

Color Harmonies of #E5C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C84A

Black with #E5C84A

Text Example


Text Example

White with #E5C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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