Html Css Color HEX #EFCC49 Festival

📋 copy color: '#EFCC49'

red 239 ◦ green 204 ◦ blue 73

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

Shades of Festival #EFCC49

Tints of Festival #EFCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 73 (28.91% from 255) = 14.15%

R = 46.32%
G = 39.53%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFCC49 (or 0xEFCC49) is known color: Festival. HEX triplet: EF, CC and 49. RGB value is (239,204,73). Sum of RGB (Red+Green+Blue) = 239+204+73=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC49 is #1033B6. Grayscale: #C8C8C8. Windows color (decimal): -1061815 or 4836591. OLE color: 4836591.

HSL color Cylindrical-coordinate representation of color #EFCC49: hue angle of 47.35º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFCC49 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 73 -
CMYK 0 0.15 0.69 0.06
HSL 47.35º 0.84% 0.61% -
HSV(B) 47.35º 0.69% 0.94% -
XYZ 58.39 62.02 15.2 -
YUV 199.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 239 204 73 0 0.15 0.69 0.06 47.35 0.84 0.61
Hex EF CC 49 0 F 45 6 2F 54 3D
Octal 357 314 111 0 17 105 6 57 124 75
Binary 11101111 11001100 1001001 0 1111 1000101 110 101111 1010100 111101

Color Harmonies of #EFCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC49

Black with #EFCC49

Text Example


Text Example

White with #EFCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC49; }

 p { color: rgb(239,204,73); }

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

background-color css

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

 a { background-color: rgb(239,204,73); }

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

border-color css

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

 span { border-color: rgb(239,204,73); }

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