Html Css Color HEX #EFD542 Festival

📋 copy color: '#EFD542'

red 239 ◦ green 213 ◦ blue 66

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

Shades of Festival #EFD542

Tints of Festival #EFD542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.74%

R = 46.14%
G = 41.12%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD542 (or 0xEFD542) is known color: Festival. HEX triplet: EF, D5 and 42. RGB value is (239,213,66). Sum of RGB (Red+Green+Blue) = 239+213+66=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD542 is #102ABD. Grayscale: #CCCCCC. Windows color (decimal): -1059518 or 4380143. OLE color: 4380143.

HSL color Cylindrical-coordinate representation of color #EFD542: hue angle of 50.98º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFD542 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 66 -
CMYK 0 0.11 0.72 0.06
HSL 50.98º 0.84% 0.6% -
HSV(B) 50.98º 0.72% 0.94% -
XYZ 60.37 66.33 14.78 -
YUV 204.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 239 213 66 0 0.11 0.72 0.06 50.98 0.84 0.6
Hex EF D5 42 0 B 48 6 33 54 3C
Octal 357 325 102 0 13 110 6 63 124 74
Binary 11101111 11010101 1000010 0 1011 1001000 110 110011 1010100 111100

Color Harmonies of #EFD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD542

Black with #EFD542

Text Example


Text Example

White with #EFD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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