Html Css Color HEX #EFD642 Festival

📋 copy color: '#EFD642'

red 239 ◦ green 214 ◦ blue 66

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

Shades of Festival #EFD642

Tints of Festival #EFD642

RGB

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

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

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

R = 46.05%
G = 41.23%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD642 (or 0xEFD642) is known color: Festival. HEX triplet: EF, D6 and 42. RGB value is (239,214,66). Sum of RGB (Red+Green+Blue) = 239+214+66=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD642 is #1029BD. Grayscale: #CDCDCD. Windows color (decimal): -1059262 or 4380399. OLE color: 4380399.

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

Color convert

RGB 239 214 66 -
CMYK 0 0.10 0.72 0.06
HSL 51.33º 0.84% 0.6% -
HSV(B) 51.33º 0.72% 0.94% -
XYZ 60.63 66.84 14.86 -
YUV 204.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 239 214 66 0 0.10 0.72 0.06 51.33 0.84 0.6
Hex EF D6 42 0 A 48 6 33 54 3C
Octal 357 326 102 0 12 110 6 63 124 74
Binary 11101111 11010110 1000010 0 1010 1001000 110 110011 1010100 111100

Color Harmonies of #EFD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD642

Black with #EFD642

Text Example


Text Example

White with #EFD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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