Html Css Color HEX #EAC74D Festival

📋 copy color: '#EAC74D'

red 234 ◦ green 199 ◦ blue 77

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

Shades of Festival #EAC74D

Tints of Festival #EAC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.1%

R = 45.88%
G = 39.02%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAC74D (or 0xEAC74D) is known color: Festival. HEX triplet: EA, C7 and 4D. RGB value is (234,199,77). Sum of RGB (Red+Green+Blue) = 234+199+77=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC74D is #1538B2. Grayscale: #C4C4C4. Windows color (decimal): -1390771 or 5097450. OLE color: 5097450.

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

Color convert

RGB 234 199 77 -
CMYK 0 0.15 0.67 0.08
HSL 46.62º 0.79% 0.61% -
HSV(B) 46.62º 0.67% 0.92% -
XYZ 55.69 58.88 15.45 -
YUV 195.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 234 199 77 0 0.15 0.67 0.08 46.62 0.79 0.61
Hex EA C7 4D 0 F 43 8 2F 4F 3D
Octal 352 307 115 0 17 103 10 57 117 75
Binary 11101010 11000111 1001101 0 1111 1000011 1000 101111 1001111 111101

Color Harmonies of #EAC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC74D

Black with #EAC74D

Text Example


Text Example

White with #EAC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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