Html Css Color HEX #EFC545 Festival

📋 copy color: '#EFC545'

red 239 ◦ green 197 ◦ blue 69

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

Shades of Festival #EFC545

Tints of Festival #EFC545

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 47.33%
G = 39.01%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFC545 (or 0xEFC545) is known color: Festival. HEX triplet: EF, C5 and 45. RGB value is (239,197,69). Sum of RGB (Red+Green+Blue) = 239+197+69=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC545 is #103ABA. Grayscale: #C3C3C3. Windows color (decimal): -1063611 or 4572655. OLE color: 4572655.

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

Color convert

RGB 239 197 69 -
CMYK 0 0.18 0.71 0.06
HSL 45.18º 0.84% 0.6% -
HSV(B) 45.18º 0.71% 0.94% -
XYZ 56.64 58.71 13.98 -
YUV 194.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 239 197 69 0 0.18 0.71 0.06 45.18 0.84 0.6
Hex EF C5 45 0 12 47 6 2D 54 3C
Octal 357 305 105 0 22 107 6 55 124 74
Binary 11101111 11000101 1000101 0 10010 1000111 110 101101 1010100 111100

Color Harmonies of #EFC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC545

Black with #EFC545

Text Example


Text Example

White with #EFC545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC545; }

 p { color: rgb(239,197,69); }

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

background-color css

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

 a { background-color: rgb(239,197,69); }

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

border-color css

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

 span { border-color: rgb(239,197,69); }

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