Html Css Color HEX #E5CA50 Festival

📋 copy color: '#E5CA50'

red 229 ◦ green 202 ◦ blue 80

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

Shades of Festival #E5CA50

Tints of Festival #E5CA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.66%

R = 44.81%
G = 39.53%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5CA50 (or 0xE5CA50) is known color: Festival. HEX triplet: E5, CA and 50. RGB value is (229,202,80). Sum of RGB (Red+Green+Blue) = 229+202+80=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA50 is #1A35AF. Grayscale: #C4C4C4. Windows color (decimal): -1717680 or 5294821. OLE color: 5294821.

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

Color convert

RGB 229 202 80 -
CMYK 0 0.12 0.65 0.10
HSL 49.13º 0.74% 0.61% -
HSV(B) 49.13º 0.65% 0.9% -
XYZ 54.88 59.48 16.18 -
YUV 196.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 229 202 80 0 0.12 0.65 0.10 49.13 0.74 0.61
Hex E5 CA 50 0 C 41 A 31 4A 3D
Octal 345 312 120 0 14 101 12 61 112 75
Binary 11100101 11001010 1010000 0 1100 1000001 1010 110001 1001010 111101

Color Harmonies of #E5CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA50

Black with #E5CA50

Text Example


Text Example

White with #E5CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA50; }

 p { color: rgb(229,202,80); }

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

background-color css

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

 a { background-color: rgb(229,202,80); }

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

border-color css

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

 span { border-color: rgb(229,202,80); }

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