Html Css Color HEX #EAC74A Festival

📋 copy color: '#EAC74A'

red 234 ◦ green 199 ◦ blue 74

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

Shades of Festival #EAC74A

Tints of Festival #EAC74A

RGB

 RED value IS 234 (91.8% from 255) = 46.15%

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 46.15%
G = 39.25%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAC74A (or 0xEAC74A) is known color: Festival. HEX triplet: EA, C7 and 4A. RGB value is (234,199,74). Sum of RGB (Red+Green+Blue) = 234+199+74=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC74A is #1538B5. Grayscale: #C3C3C3. Windows color (decimal): -1390774 or 4900842. OLE color: 4900842.

HSL color Cylindrical-coordinate representation of color #EAC74A: hue angle of 46.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC74A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 74 -
CMYK 0 0.15 0.68 0.08
HSL 46.88º 0.79% 0.6% -
HSV(B) 46.88º 0.68% 0.92% -
XYZ 55.59 58.83 14.9 -
YUV 195.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 234 199 74 0 0.15 0.68 0.08 46.88 0.79 0.6
Hex EA C7 4A 0 F 44 8 2F 4F 3C
Octal 352 307 112 0 17 104 10 57 117 74
Binary 11101010 11000111 1001010 0 1111 1000100 1000 101111 1001111 111100

Color Harmonies of #EAC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC74A

Black with #EAC74A

Text Example


Text Example

White with #EAC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC74A; }

 p { color: rgb(234,199,74); }

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

background-color css

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

 a { background-color: rgb(234,199,74); }

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

border-color css

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

 span { border-color: rgb(234,199,74); }

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