Html Css Color HEX #E1C54E Festival

📋 copy color: '#E1C54E'

red 225 ◦ green 197 ◦ blue 78

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

Shades of Festival #E1C54E

Tints of Festival #E1C54E

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 78 (30.86% from 255) = 15.6%

R = 45%
G = 39.4%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1C54E (or 0xE1C54E) is known color: Festival. HEX triplet: E1, C5 and 4E. RGB value is (225,197,78). Sum of RGB (Red+Green+Blue) = 225+197+78=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C54E is #1E3AB1. Grayscale: #C0C0C0. Windows color (decimal): -1981106 or 5162465. OLE color: 5162465.

HSL color Cylindrical-coordinate representation of color #E1C54E: hue angle of 48.57º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1C54E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 78 -
CMYK 0 0.12 0.65 0.12
HSL 48.57º 0.71% 0.59% -
HSV(B) 48.57º 0.65% 0.88% -
XYZ 52.39 56.49 15.35 -
YUV 191.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 225 197 78 0 0.12 0.65 0.12 48.57 0.71 0.59
Hex E1 C5 4E 0 C 41 C 31 47 3B
Octal 341 305 116 0 14 101 14 61 107 73
Binary 11100001 11000101 1001110 0 1100 1000001 1100 110001 1000111 111011

Color Harmonies of #E1C54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C54E

Black with #E1C54E

Text Example


Text Example

White with #E1C54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C54E; }

 p { color: rgb(225,197,78); }

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

background-color css

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

 a { background-color: rgb(225,197,78); }

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

border-color css

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

 span { border-color: rgb(225,197,78); }

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