Html Css Color HEX #EFD248 Festival

📋 copy color: '#EFD248'

red 239 ◦ green 210 ◦ blue 72

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

Shades of Festival #EFD248

Tints of Festival #EFD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 45.87%
G = 40.31%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD248 (or 0xEFD248) is known color: Festival. HEX triplet: EF, D2 and 48. RGB value is (239,210,72). Sum of RGB (Red+Green+Blue) = 239+210+72=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD248 is #102DB7. Grayscale: #CBCBCB. Windows color (decimal): -1060280 or 4772591. OLE color: 4772591.

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

Color convert

RGB 239 210 72 -
CMYK 0 0.12 0.70 0.06
HSL 49.58º 0.84% 0.61% -
HSV(B) 49.58º 0.7% 0.94% -
XYZ 59.81 64.91 15.51 -
YUV 202.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 239 210 72 0 0.12 0.70 0.06 49.58 0.84 0.61
Hex EF D2 48 0 C 46 6 32 54 3D
Octal 357 322 110 0 14 106 6 62 124 75
Binary 11101111 11010010 1001000 0 1100 1000110 110 110010 1010100 111101

Color Harmonies of #EFD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD248

Black with #EFD248

Text Example


Text Example

White with #EFD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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