Html Css Color HEX #E5CA4E Festival

📋 copy color: '#E5CA4E'

red 229 ◦ green 202 ◦ blue 78

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

Shades of Festival #E5CA4E

Tints of Festival #E5CA4E

RGB

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

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

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

R = 44.99%
G = 39.69%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5CA4E (or 0xE5CA4E) is known color: Festival. HEX triplet: E5, CA and 4E. RGB value is (229,202,78). Sum of RGB (Red+Green+Blue) = 229+202+78=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA4E is #1A35B1. Grayscale: #C4C4C4. Windows color (decimal): -1717682 or 5163749. OLE color: 5163749.

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

Color convert

RGB 229 202 78 -
CMYK 0 0.12 0.66 0.10
HSL 49.27º 0.74% 0.6% -
HSV(B) 49.27º 0.66% 0.9% -
XYZ 54.81 59.45 15.79 -
YUV 195.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 229 202 78 0 0.12 0.66 0.10 49.27 0.74 0.6
Hex E5 CA 4E 0 C 42 A 31 4A 3C
Octal 345 312 116 0 14 102 12 61 112 74
Binary 11100101 11001010 1001110 0 1100 1000010 1010 110001 1001010 111100

Color Harmonies of #E5CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA4E

Black with #E5CA4E

Text Example


Text Example

White with #E5CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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