Html Css Color HEX #EFC446 Festival

📋 copy color: '#EFC446'

red 239 ◦ green 196 ◦ blue 70

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

Shades of Festival #EFC446

Tints of Festival #EFC446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.86%

R = 47.33%
G = 38.81%
B = 13.86%

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

#EFC446 (or 0xEFC446) is known color: Festival. HEX triplet: EF, C4 and 46. RGB value is (239,196,70). Sum of RGB (Red+Green+Blue) = 239+196+70=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC446 is #103BB9. Grayscale: #C3C3C3. Windows color (decimal): -1063866 or 4637935. OLE color: 4637935.

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

Color convert

RGB 239 196 70 -
CMYK 0 0.18 0.71 0.06
HSL 44.73º 0.84% 0.61% -
HSV(B) 44.73º 0.71% 0.94% -
XYZ 56.44 58.27 14.07 -
YUV 194.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 239 196 70 0 0.18 0.71 0.06 44.73 0.84 0.61
Hex EF C4 46 0 12 47 6 2D 54 3D
Octal 357 304 106 0 22 107 6 55 124 75
Binary 11101111 11000100 1000110 0 10010 1000111 110 101101 1010100 111101

Color Harmonies of #EFC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC446

Black with #EFC446

Text Example


Text Example

White with #EFC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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