Html Css Color HEX #EAC749 Festival

📋 copy color: '#EAC749'

red 234 ◦ green 199 ◦ blue 73

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

Shades of Festival #EAC749

Tints of Festival #EAC749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 46.25%
G = 39.33%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAC749 (or 0xEAC749) is known color: Festival. HEX triplet: EA, C7 and 49. RGB value is (234,199,73). Sum of RGB (Red+Green+Blue) = 234+199+73=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC749 is #1538B6. Grayscale: #C3C3C3. Windows color (decimal): -1390775 or 4835306. OLE color: 4835306.

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

Color convert

RGB 234 199 73 -
CMYK 0 0.15 0.69 0.08
HSL 46.96º 0.79% 0.6% -
HSV(B) 46.96º 0.69% 0.92% -
XYZ 55.56 58.82 14.73 -
YUV 195.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 234 199 73 0 0.15 0.69 0.08 46.96 0.79 0.6
Hex EA C7 49 0 F 45 8 2F 4F 3C
Octal 352 307 111 0 17 105 10 57 117 74
Binary 11101010 11000111 1001001 0 1111 1000101 1000 101111 1001111 111100

Color Harmonies of #EAC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC749

Black with #EAC749

Text Example


Text Example

White with #EAC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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