Html Css Color HEX #EEC748 Festival

📋 copy color: '#EEC748'

red 238 ◦ green 199 ◦ blue 72

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

Shades of Festival #EEC748

Tints of Festival #EEC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 46.76%
G = 39.1%
B = 14.15%

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

#EEC748 (or 0xEEC748) is known color: Festival. HEX triplet: EE, C7 and 48. RGB value is (238,199,72). Sum of RGB (Red+Green+Blue) = 238+199+72=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC748 is #1138B7. Grayscale: #C4C4C4. Windows color (decimal): -1128632 or 4769774. OLE color: 4769774.

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

Color convert

RGB 238 199 72 -
CMYK 0 0.16 0.70 0.07
HSL 45.9º 0.83% 0.61% -
HSV(B) 45.9º 0.7% 0.93% -
XYZ 56.85 59.49 14.62 -
YUV 196.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 238 199 72 0 0.16 0.70 0.07 45.9 0.83 0.61
Hex EE C7 48 0 10 46 7 2E 53 3D
Octal 356 307 110 0 20 106 7 56 123 75
Binary 11101110 11000111 1001000 0 10000 1000110 111 101110 1010011 111101

Color Harmonies of #EEC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC748

Black with #EEC748

Text Example


Text Example

White with #EEC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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