Html Css Color HEX #EFD548 Festival

📋 copy color: '#EFD548'

red 239 ◦ green 213 ◦ blue 72

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

Shades of Festival #EFD548

Tints of Festival #EFD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.65%

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

R = 45.61%
G = 40.65%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD548 (or 0xEFD548) is known color: Festival. HEX triplet: EF, D5 and 48. RGB value is (239,213,72). Sum of RGB (Red+Green+Blue) = 239+213+72=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD548 is #102AB7. Grayscale: #CDCDCD. Windows color (decimal): -1059512 or 4773359. OLE color: 4773359.

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

Color convert

RGB 239 213 72 -
CMYK 0 0.11 0.70 0.06
HSL 50.66º 0.84% 0.61% -
HSV(B) 50.66º 0.7% 0.94% -
XYZ 60.56 66.41 15.76 -
YUV 204.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 239 213 72 0 0.11 0.70 0.06 50.66 0.84 0.61
Hex EF D5 48 0 B 46 6 33 54 3D
Octal 357 325 110 0 13 106 6 63 124 75
Binary 11101111 11010101 1001000 0 1011 1000110 110 110011 1010100 111101

Color Harmonies of #EFD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD548

Black with #EFD548

Text Example


Text Example

White with #EFD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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