Html Css Color HEX #EFD942 Festival

📋 copy color: '#EFD942'

red 239 ◦ green 217 ◦ blue 66

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

Shades of Festival #EFD942

Tints of Festival #EFD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

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

R = 45.79%
G = 41.57%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD942 (or 0xEFD942) is known color: Festival. HEX triplet: EF, D9 and 42. RGB value is (239,217,66). Sum of RGB (Red+Green+Blue) = 239+217+66=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD942 is #1026BD. Grayscale: #CECECE. Windows color (decimal): -1058494 or 4381167. OLE color: 4381167.

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

Color convert

RGB 239 217 66 -
CMYK 0 0.09 0.72 0.06
HSL 52.37º 0.84% 0.6% -
HSV(B) 52.37º 0.72% 0.94% -
XYZ 61.39 68.37 15.12 -
YUV 206.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 239 217 66 0 0.09 0.72 0.06 52.37 0.84 0.6
Hex EF D9 42 0 9 48 6 34 54 3C
Octal 357 331 102 0 11 110 6 64 124 74
Binary 11101111 11011001 1000010 0 1001 1001000 110 110100 1010100 111100

Color Harmonies of #EFD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD942

Black with #EFD942

Text Example


Text Example

White with #EFD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD942; }

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

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

background-color css

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

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

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

border-color css

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

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

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