Html Css Color HEX #EEC548 Festival

📋 copy color: '#EEC548'

red 238 ◦ green 197 ◦ blue 72

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

Shades of Festival #EEC548

Tints of Festival #EEC548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 46.94%
G = 38.86%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEC548 (or 0xEEC548) is known color: Festival. HEX triplet: EE, C5 and 48. RGB value is (238,197,72). Sum of RGB (Red+Green+Blue) = 238+197+72=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC548 is #113AB7. Grayscale: #C3C3C3. Windows color (decimal): -1129144 or 4769262. OLE color: 4769262.

HSL color Cylindrical-coordinate representation of color #EEC548: hue angle of 45.18º 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 #EEC548 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 72 -
CMYK 0 0.17 0.70 0.07
HSL 45.18º 0.83% 0.61% -
HSV(B) 45.18º 0.7% 0.93% -
XYZ 56.4 58.58 14.47 -
YUV 195.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 238 197 72 0 0.17 0.70 0.07 45.18 0.83 0.61
Hex EE C5 48 0 11 46 7 2D 53 3D
Octal 356 305 110 0 21 106 7 55 123 75
Binary 11101110 11000101 1001000 0 10001 1000110 111 101101 1010011 111101

Color Harmonies of #EEC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC548

Black with #EEC548

Text Example


Text Example

White with #EEC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC548; }

 p { color: rgb(238,197,72); }

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

background-color css

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

 a { background-color: rgb(238,197,72); }

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

border-color css

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

 span { border-color: rgb(238,197,72); }

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