Html Css Color HEX #E1C758 Festival

📋 copy color: '#E1C758'

red 225 ◦ green 199 ◦ blue 88

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

Shades of Festival #E1C758

Tints of Festival #E1C758

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 43.95%
G = 38.87%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E1C758 (or 0xE1C758) is known color: Festival. HEX triplet: E1, C7 and 58. RGB value is (225,199,88). Sum of RGB (Red+Green+Blue) = 225+199+88=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C758 is #1E38A7. Grayscale: #C2C2C2. Windows color (decimal): -1980584 or 5818337. OLE color: 5818337.

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

Color convert

RGB 225 199 88 -
CMYK 0 0.12 0.61 0.12
HSL 48.61º 0.7% 0.61% -
HSV(B) 48.61º 0.61% 0.88% -
XYZ 53.24 57.56 17.54 -
YUV 194.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 225 199 88 0 0.12 0.61 0.12 48.61 0.7 0.61
Hex E1 C7 58 0 C 3D C 31 46 3D
Octal 341 307 130 0 14 75 14 61 106 75
Binary 11100001 11000111 1011000 0 1100 111101 1100 110001 1000110 111101

Color Harmonies of #E1C758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C758

Black with #E1C758

Text Example


Text Example

White with #E1C758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C758; }

 p { color: rgb(225,199,88); }

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

background-color css

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

 a { background-color: rgb(225,199,88); }

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

border-color css

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

 span { border-color: rgb(225,199,88); }

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