Html Css Color HEX #EFD048 Festival

📋 copy color: '#EFD048'

red 239 ◦ green 208 ◦ blue 72

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

Shades of Festival #EFD048

Tints of Festival #EFD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

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

R = 46.05%
G = 40.08%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD048 (or 0xEFD048) is known color: Festival. HEX triplet: EF, D0 and 48. RGB value is (239,208,72). Sum of RGB (Red+Green+Blue) = 239+208+72=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD048 is #102FB7. Grayscale: #CACACA. Windows color (decimal): -1060792 or 4772079. OLE color: 4772079.

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

Color convert

RGB 239 208 72 -
CMYK 0 0.13 0.70 0.06
HSL 48.86º 0.84% 0.61% -
HSV(B) 48.86º 0.7% 0.94% -
XYZ 59.32 63.93 15.34 -
YUV 201.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 239 208 72 0 0.13 0.70 0.06 48.86 0.84 0.61
Hex EF D0 48 0 D 46 6 31 54 3D
Octal 357 320 110 0 15 106 6 61 124 75
Binary 11101111 11010000 1001000 0 1101 1000110 110 110001 1010100 111101

Color Harmonies of #EFD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD048

Black with #EFD048

Text Example


Text Example

White with #EFD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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