Html Css Color HEX #EED747 Festival

📋 copy color: '#EED747'

red 238 ◦ green 215 ◦ blue 71

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

Shades of Festival #EED747

Tints of Festival #EED747

RGB

 RED value IS 238 (93.36% from 255) = 45.42%

 GREEN value IS 215 (84.38% from 255) = 41.03%

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

R = 45.42%
G = 41.03%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED747 (or 0xEED747) is known color: Festival. HEX triplet: EE, D7 and 47. RGB value is (238,215,71). Sum of RGB (Red+Green+Blue) = 238+215+71=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED747 is #1128B8. Grayscale: #CECECE. Windows color (decimal): -1124537 or 4708334. OLE color: 4708334.

HSL color Cylindrical-coordinate representation of color #EED747: hue angle of 51.74º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EED747 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 71 -
CMYK 0 0.10 0.70 0.07
HSL 51.74º 0.83% 0.61% -
HSV(B) 51.74º 0.7% 0.93% -
XYZ 60.7 67.23 15.74 -
YUV 205.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 238 215 71 0 0.10 0.70 0.07 51.74 0.83 0.61
Hex EE D7 47 0 A 46 7 34 53 3D
Octal 356 327 107 0 12 106 7 64 123 75
Binary 11101110 11010111 1000111 0 1010 1000110 111 110100 1010011 111101

Color Harmonies of #EED747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED747

Black with #EED747

Text Example


Text Example

White with #EED747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED747; }

 p { color: rgb(238,215,71); }

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

background-color css

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

 a { background-color: rgb(238,215,71); }

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

border-color css

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

 span { border-color: rgb(238,215,71); }

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