Html Css Color HEX #E4CA4C Festival

📋 copy color: '#E4CA4C'

red 228 ◦ green 202 ◦ blue 76

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

Shades of Festival #E4CA4C

Tints of Festival #E4CA4C

RGB

 RED value IS 228 (89.45% from 255) = 45.06%

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

 BLUE value IS 76 (30.08% from 255) = 15.02%

R = 45.06%
G = 39.92%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4CA4C (or 0xE4CA4C) is known color: Festival. HEX triplet: E4, CA and 4C. RGB value is (228,202,76). Sum of RGB (Red+Green+Blue) = 228+202+76=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CA4C is #1B35B3. Grayscale: #C3C3C3. Windows color (decimal): -1783220 or 5032676. OLE color: 5032676.

HSL color Cylindrical-coordinate representation of color #E4CA4C: hue angle of 49.74º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4CA4C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 202 76 -
CMYK 0 0.11 0.67 0.11
HSL 49.74º 0.74% 0.6% -
HSV(B) 49.74º 0.67% 0.89% -
XYZ 54.42 59.26 15.41 -
YUV 195.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 228 202 76 0 0.11 0.67 0.11 49.74 0.74 0.6
Hex E4 CA 4C 0 B 43 B 32 4A 3C
Octal 344 312 114 0 13 103 13 62 112 74
Binary 11100100 11001010 1001100 0 1011 1000011 1011 110010 1001010 111100

Color Harmonies of #E4CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CA4C

Black with #E4CA4C

Text Example


Text Example

White with #E4CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CA4C; }

 p { color: rgb(228,202,76); }

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

background-color css

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

 a { background-color: rgb(228,202,76); }

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

border-color css

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

 span { border-color: rgb(228,202,76); }

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