Html Css Color HEX #EFD344 Festival

📋 copy color: '#EFD344'

red 239 ◦ green 211 ◦ blue 68

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

Shades of Festival #EFD344

Tints of Festival #EFD344

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

 BLUE value IS 68 (26.95% from 255) = 13.13%

R = 46.14%
G = 40.73%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD344 (or 0xEFD344) is known color: Festival. HEX triplet: EF, D3 and 44. RGB value is (239,211,68). Sum of RGB (Red+Green+Blue) = 239+211+68=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD344 is #102CBB. Grayscale: #CBCBCB. Windows color (decimal): -1060028 or 4510703. OLE color: 4510703.

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

Color convert

RGB 239 211 68 -
CMYK 0 0.12 0.72 0.06
HSL 50.18º 0.84% 0.6% -
HSV(B) 50.18º 0.72% 0.94% -
XYZ 59.93 65.36 14.93 -
YUV 203.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 239 211 68 0 0.12 0.72 0.06 50.18 0.84 0.6
Hex EF D3 44 0 C 48 6 32 54 3C
Octal 357 323 104 0 14 110 6 62 124 74
Binary 11101111 11010011 1000100 0 1100 1001000 110 110010 1010100 111100

Color Harmonies of #EFD344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD344

Black with #EFD344

Text Example


Text Example

White with #EFD344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD344; }

 p { color: rgb(239,211,68); }

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

background-color css

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

 a { background-color: rgb(239,211,68); }

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

border-color css

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

 span { border-color: rgb(239,211,68); }

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