Html Css Color HEX #EFD043 Festival

📋 copy color: '#EFD043'

red 239 ◦ green 208 ◦ blue 67

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

Shades of Festival #EFD043

Tints of Festival #EFD043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 67 (26.56% from 255) = 13.04%

R = 46.5%
G = 40.47%
B = 13.04%

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

#EFD043 (or 0xEFD043) is known color: Festival. HEX triplet: EF, D0 and 43. RGB value is (239,208,67). Sum of RGB (Red+Green+Blue) = 239+208+67=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD043 is #102FBC. Grayscale: #C9C9C9. Windows color (decimal): -1060797 or 4444399. OLE color: 4444399.

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

Color convert

RGB 239 208 67 -
CMYK 0 0.13 0.72 0.06
HSL 49.19º 0.84% 0.6% -
HSV(B) 49.19º 0.72% 0.94% -
XYZ 59.17 63.87 14.52 -
YUV 201.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 239 208 67 0 0.13 0.72 0.06 49.19 0.84 0.6
Hex EF D0 43 0 D 48 6 31 54 3C
Octal 357 320 103 0 15 110 6 61 124 74
Binary 11101111 11010000 1000011 0 1101 1001000 110 110001 1010100 111100

Color Harmonies of #EFD043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD043

Black with #EFD043

Text Example


Text Example

White with #EFD043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD043; }

 p { color: rgb(239,208,67); }

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

background-color css

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

 a { background-color: rgb(239,208,67); }

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

border-color css

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

 span { border-color: rgb(239,208,67); }

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