Html Css Color HEX #EFD142 Festival

📋 copy color: '#EFD142'

red 239 ◦ green 209 ◦ blue 66

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

Shades of Festival #EFD142

Tints of Festival #EFD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

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

R = 46.5%
G = 40.66%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD142 (or 0xEFD142) is known color: Festival. HEX triplet: EF, D1 and 42. RGB value is (239,209,66). Sum of RGB (Red+Green+Blue) = 239+209+66=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD142 is #102EBD. Grayscale: #CACACA. Windows color (decimal): -1060542 or 4379119. OLE color: 4379119.

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

Color convert

RGB 239 209 66 -
CMYK 0 0.13 0.72 0.06
HSL 49.6º 0.84% 0.6% -
HSV(B) 49.6º 0.72% 0.94% -
XYZ 59.38 64.35 14.44 -
YUV 201.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 239 209 66 0 0.13 0.72 0.06 49.6 0.84 0.6
Hex EF D1 42 0 D 48 6 32 54 3C
Octal 357 321 102 0 15 110 6 62 124 74
Binary 11101111 11010001 1000010 0 1101 1001000 110 110010 1010100 111100

Color Harmonies of #EFD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD142

Black with #EFD142

Text Example


Text Example

White with #EFD142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD142; }

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

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

background-color css

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

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

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

border-color css

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

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

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