Html Css Color HEX #EFC445 Festival

📋 copy color: '#EFC445'

red 239 ◦ green 196 ◦ blue 69

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

Shades of Festival #EFC445

Tints of Festival #EFC445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 47.42%
G = 38.89%
B = 13.69%

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

#EFC445 (or 0xEFC445) is known color: Festival. HEX triplet: EF, C4 and 45. RGB value is (239,196,69). Sum of RGB (Red+Green+Blue) = 239+196+69=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC445 is #103BBA. Grayscale: #C2C2C2. Windows color (decimal): -1063867 or 4572399. OLE color: 4572399.

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

Color convert

RGB 239 196 69 -
CMYK 0 0.18 0.71 0.06
HSL 44.82º 0.84% 0.6% -
HSV(B) 44.82º 0.71% 0.94% -
XYZ 56.41 58.26 13.9 -
YUV 194.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 239 196 69 0 0.18 0.71 0.06 44.82 0.84 0.6
Hex EF C4 45 0 12 47 6 2D 54 3C
Octal 357 304 105 0 22 107 6 55 124 74
Binary 11101111 11000100 1000101 0 10010 1000111 110 101101 1010100 111100

Color Harmonies of #EFC445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC445

Black with #EFC445

Text Example


Text Example

White with #EFC445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC445; }

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

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

background-color css

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

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

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

border-color css

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

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

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