Html Css Color HEX #EFC548 Festival

📋 copy color: '#EFC548'

red 239 ◦ green 197 ◦ blue 72

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

Shades of Festival #EFC548

Tints of Festival #EFC548

RGB

 RED value IS 239 (93.75% from 255) = 47.05%

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

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

R = 47.05%
G = 38.78%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFC548 (or 0xEFC548) is known color: Festival. HEX triplet: EF, C5 and 48. RGB value is (239,197,72). Sum of RGB (Red+Green+Blue) = 239+197+72=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC548 is #103AB7. Grayscale: #C3C3C3. Windows color (decimal): -1063608 or 4769263. OLE color: 4769263.

HSL color Cylindrical-coordinate representation of color #EFC548: hue angle of 44.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC548 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 72 -
CMYK 0 0.18 0.70 0.06
HSL 44.91º 0.84% 0.61% -
HSV(B) 44.91º 0.7% 0.94% -
XYZ 56.73 58.75 14.48 -
YUV 195.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 239 197 72 0 0.18 0.70 0.06 44.91 0.84 0.61
Hex EF C5 48 0 12 46 6 2D 54 3D
Octal 357 305 110 0 22 106 6 55 124 75
Binary 11101111 11000101 1001000 0 10010 1000110 110 101101 1010100 111101

Color Harmonies of #EFC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC548

Black with #EFC548

Text Example


Text Example

White with #EFC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC548; }

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

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

background-color css

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

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

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

border-color css

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

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

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