Html Css Color HEX #E1CA57 Festival

📋 copy color: '#E1CA57'

red 225 ◦ green 202 ◦ blue 87

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

Shades of Festival #E1CA57

Tints of Festival #E1CA57

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 87 (34.38% from 255) = 16.93%

R = 43.77%
G = 39.3%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E1CA57 (or 0xE1CA57) is known color: Festival. HEX triplet: E1, CA and 57. RGB value is (225,202,87). Sum of RGB (Red+Green+Blue) = 225+202+87=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA57 is #1E35A8. Grayscale: #C4C4C4. Windows color (decimal): -1979817 or 5753569. OLE color: 5753569.

HSL color Cylindrical-coordinate representation of color #E1CA57: hue angle of 50º 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 #E1CA57 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 87 -
CMYK 0 0.10 0.61 0.12
HSL 50º 0.7% 0.61% -
HSV(B) 50º 0.61% 0.88% -
XYZ 53.89 58.94 17.55 -
YUV 195.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 225 202 87 0 0.10 0.61 0.12 50 0.7 0.61
Hex E1 CA 57 0 A 3D C 32 46 3D
Octal 341 312 127 0 12 75 14 62 106 75
Binary 11100001 11001010 1010111 0 1010 111101 1100 110010 1000110 111101

Color Harmonies of #E1CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA57

Black with #E1CA57

Text Example


Text Example

White with #E1CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA57; }

 p { color: rgb(225,202,87); }

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

background-color css

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

 a { background-color: rgb(225,202,87); }

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

border-color css

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

 span { border-color: rgb(225,202,87); }

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