Html Css Color HEX #EEC948 Festival

📋 copy color: '#EEC948'

red 238 ◦ green 201 ◦ blue 72

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

Shades of Festival #EEC948

Tints of Festival #EEC948

RGB

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

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

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

R = 46.58%
G = 39.33%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEC948 (or 0xEEC948) is known color: Festival. HEX triplet: EE, C9 and 48. RGB value is (238,201,72). Sum of RGB (Red+Green+Blue) = 238+201+72=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC948 is #1136B7. Grayscale: #C5C5C5. Windows color (decimal): -1128120 or 4770286. OLE color: 4770286.

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

Color convert

RGB 238 201 72 -
CMYK 0 0.16 0.70 0.07
HSL 46.63º 0.83% 0.61% -
HSV(B) 46.63º 0.7% 0.93% -
XYZ 57.32 60.42 14.77 -
YUV 197.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 238 201 72 0 0.16 0.70 0.07 46.63 0.83 0.61
Hex EE C9 48 0 10 46 7 2F 53 3D
Octal 356 311 110 0 20 106 7 57 123 75
Binary 11101110 11001001 1001000 0 10000 1000110 111 101111 1010011 111101

Color Harmonies of #EEC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC948

Black with #EEC948

Text Example


Text Example

White with #EEC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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