Html Css Color HEX #EAC950 Festival

📋 copy color: '#EAC950'

red 234 ◦ green 201 ◦ blue 80

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

Shades of Festival #EAC950

Tints of Festival #EAC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 45.44%
G = 39.03%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC950 (or 0xEAC950) is known color: Festival. HEX triplet: EA, C9 and 50. RGB value is (234,201,80). Sum of RGB (Red+Green+Blue) = 234+201+80=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC950 is #1536AF. Grayscale: #C5C5C5. Windows color (decimal): -1390256 or 5294570. OLE color: 5294570.

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

Color convert

RGB 234 201 80 -
CMYK 0 0.14 0.66 0.08
HSL 47.14º 0.79% 0.62% -
HSV(B) 47.14º 0.66% 0.92% -
XYZ 56.27 59.84 16.18 -
YUV 197.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 234 201 80 0 0.14 0.66 0.08 47.14 0.79 0.62
Hex EA C9 50 0 E 42 8 2F 4F 3E
Octal 352 311 120 0 16 102 10 57 117 76
Binary 11101010 11001001 1010000 0 1110 1000010 1000 101111 1001111 111110

Color Harmonies of #EAC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC950

Black with #EAC950

Text Example


Text Example

White with #EAC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC950; }

 p { color: rgb(234,201,80); }

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

background-color css

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

 a { background-color: rgb(234,201,80); }

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

border-color css

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

 span { border-color: rgb(234,201,80); }

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