Html Css Color HEX #EFC344 Festival

📋 copy color: '#EFC344'

red 239 ◦ green 195 ◦ blue 68

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

Shades of Festival #EFC344

Tints of Festival #EFC344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

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

R = 47.61%
G = 38.84%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFC344 (or 0xEFC344) is known color: Festival. HEX triplet: EF, C3 and 44. RGB value is (239,195,68). Sum of RGB (Red+Green+Blue) = 239+195+68=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC344 is #103CBB. Grayscale: #C2C2C2. Windows color (decimal): -1064124 or 4506607. OLE color: 4506607.

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

Color convert

RGB 239 195 68 -
CMYK 0 0.18 0.72 0.06
HSL 44.56º 0.84% 0.6% -
HSV(B) 44.56º 0.72% 0.94% -
XYZ 56.16 57.8 13.67 -
YUV 193.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 239 195 68 0 0.18 0.72 0.06 44.56 0.84 0.6
Hex EF C3 44 0 12 48 6 2D 54 3C
Octal 357 303 104 0 22 110 6 55 124 74
Binary 11101111 11000011 1000100 0 10010 1001000 110 101101 1010100 111100

Color Harmonies of #EFC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC344

Black with #EFC344

Text Example


Text Example

White with #EFC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC344; }

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

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

background-color css

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

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

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

border-color css

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

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

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