Html Css Color HEX #EFD442 Festival

📋 copy color: '#EFD442'

red 239 ◦ green 212 ◦ blue 66

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

Shades of Festival #EFD442

Tints of Festival #EFD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

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

R = 46.23%
G = 41.01%
B = 12.77%

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

#EFD442 (or 0xEFD442) is known color: Festival. HEX triplet: EF, D4 and 42. RGB value is (239,212,66). Sum of RGB (Red+Green+Blue) = 239+212+66=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD442 is #102BBD. Grayscale: #CCCCCC. Windows color (decimal): -1059774 or 4379887. OLE color: 4379887.

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

Color convert

RGB 239 212 66 -
CMYK 0 0.11 0.72 0.06
HSL 50.64º 0.84% 0.6% -
HSV(B) 50.64º 0.72% 0.94% -
XYZ 60.12 65.83 14.69 -
YUV 203.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 239 212 66 0 0.11 0.72 0.06 50.64 0.84 0.6
Hex EF D4 42 0 B 48 6 33 54 3C
Octal 357 324 102 0 13 110 6 63 124 74
Binary 11101111 11010100 1000010 0 1011 1001000 110 110011 1010100 111100

Color Harmonies of #EFD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD442

Black with #EFD442

Text Example


Text Example

White with #EFD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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