Html Css Color HEX #EAD947 Festival

📋 copy color: '#EAD947'

red 234 ◦ green 217 ◦ blue 71

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

Shades of Festival #EAD947

Tints of Festival #EAD947

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 71 (28.13% from 255) = 13.6%

R = 44.83%
G = 41.57%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAD947 (or 0xEAD947) is known color: Festival. HEX triplet: EA, D9 and 47. RGB value is (234,217,71). Sum of RGB (Red+Green+Blue) = 234+217+71=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD947 is #1526B8. Grayscale: #CECECE. Windows color (decimal): -1386169 or 4708842. OLE color: 4708842.

HSL color Cylindrical-coordinate representation of color #EAD947: hue angle of 53.74º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAD947 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 71 -
CMYK 0 0.07 0.70 0.08
HSL 53.74º 0.8% 0.6% -
HSV(B) 53.74º 0.7% 0.92% -
XYZ 59.88 67.57 15.85 -
YUV 205.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 234 217 71 0 0.07 0.70 0.08 53.74 0.8 0.6
Hex EA D9 47 0 7 46 8 36 50 3C
Octal 352 331 107 0 7 106 10 66 120 74
Binary 11101010 11011001 1000111 0 111 1000110 1000 110110 1010000 111100

Color Harmonies of #EAD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD947

Black with #EAD947

Text Example


Text Example

White with #EAD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD947; }

 p { color: rgb(234,217,71); }

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

background-color css

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

 a { background-color: rgb(234,217,71); }

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

border-color css

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

 span { border-color: rgb(234,217,71); }

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