Html Css Color HEX #E1C552 Festival

📋 copy color: '#E1C552'

red 225 ◦ green 197 ◦ blue 82

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

Shades of Festival #E1C552

Tints of Festival #E1C552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 44.64%
G = 39.09%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C552 (or 0xE1C552) is known color: Festival. HEX triplet: E1, C5 and 52. RGB value is (225,197,82). Sum of RGB (Red+Green+Blue) = 225+197+82=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C552 is #1E3AAD. Grayscale: #C0C0C0. Windows color (decimal): -1981102 or 5424609. OLE color: 5424609.

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

Color convert

RGB 225 197 82 -
CMYK 0 0.12 0.64 0.12
HSL 48.25º 0.7% 0.6% -
HSV(B) 48.25º 0.64% 0.88% -
XYZ 52.54 56.55 16.13 -
YUV 192.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 225 197 82 0 0.12 0.64 0.12 48.25 0.7 0.6
Hex E1 C5 52 0 C 40 C 30 46 3C
Octal 341 305 122 0 14 100 14 60 106 74
Binary 11100001 11000101 1010010 0 1100 1000000 1100 110000 1000110 111100

Color Harmonies of #E1C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C552

Black with #E1C552

Text Example


Text Example

White with #E1C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C552; }

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

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

background-color css

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

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

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

border-color css

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

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

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