Html Css Color HEX #EFD648 Festival

📋 copy color: '#EFD648'

red 239 ◦ green 214 ◦ blue 72

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

Shades of Festival #EFD648

Tints of Festival #EFD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.76%

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

R = 45.52%
G = 40.76%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD648 (or 0xEFD648) is known color: Festival. HEX triplet: EF, D6 and 48. RGB value is (239,214,72). Sum of RGB (Red+Green+Blue) = 239+214+72=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD648 is #1029B7. Grayscale: #CDCDCD. Windows color (decimal): -1059256 or 4773615. OLE color: 4773615.

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

Color convert

RGB 239 214 72 -
CMYK 0 0.10 0.70 0.06
HSL 51.02º 0.84% 0.61% -
HSV(B) 51.02º 0.7% 0.94% -
XYZ 60.81 66.91 15.84 -
YUV 205.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 239 214 72 0 0.10 0.70 0.06 51.02 0.84 0.61
Hex EF D6 48 0 A 46 6 33 54 3D
Octal 357 326 110 0 12 106 6 63 124 75
Binary 11101111 11010110 1001000 0 1010 1000110 110 110011 1010100 111101

Color Harmonies of #EFD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD648

Black with #EFD648

Text Example


Text Example

White with #EFD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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