Html Css Color HEX #EAC742 Festival

📋 copy color: '#EAC742'

red 234 ◦ green 199 ◦ blue 66

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

Shades of Festival #EAC742

Tints of Festival #EAC742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.23%

R = 46.89%
G = 39.88%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAC742 (or 0xEAC742) is known color: Festival. HEX triplet: EA, C7 and 42. RGB value is (234,199,66). Sum of RGB (Red+Green+Blue) = 234+199+66=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC742 is #1538BD. Grayscale: #C2C2C2. Windows color (decimal): -1390782 or 4376554. OLE color: 4376554.

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

Color convert

RGB 234 199 66 -
CMYK 0 0.15 0.72 0.08
HSL 47.5º 0.8% 0.59% -
HSV(B) 47.5º 0.72% 0.92% -
XYZ 55.34 58.73 13.57 -
YUV 194.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 234 199 66 0 0.15 0.72 0.08 47.5 0.8 0.59
Hex EA C7 42 0 F 48 8 30 50 3B
Octal 352 307 102 0 17 110 10 60 120 73
Binary 11101010 11000111 1000010 0 1111 1001000 1000 110000 1010000 111011

Color Harmonies of #EAC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC742

Black with #EAC742

Text Example


Text Example

White with #EAC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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