#EFCD41

Color #EFCD41 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #EFCD41

Tints of Festival #EFCD41

Color information

#EFCD41 (or 0xEFCD41) is unknown color: approx Festival. HEX triplet: EF, CD and 41. RGB value is (239,205,65). Sum of RGB (Red+Green+Blue) = 239+205+65=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD41 is #1032BE. Grayscale: #C7C7C7. Windows color (decimal): -1061567 or 4312559. OLE color: 4312559.

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

Color convert

RGB23920565-
CMYK00.140.730.06
HSL48.28º84.47%59.61%-
HSV(B)48.28º72.8%93.73%-
XYZ58.3862.413.97-
YUV199.2152.26156.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 65 (25.78% from 255) = 12.77%
R=46.95%
G=40.28%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392056500.140.730.0648.2884.4759.61
HexEFCD410E49630543c
Octal35731510101611166012474
Binary111011111100110110000010111010010011101100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD41; }

 p { color: rgb(239,205,65); }

 H1.HeaderClassName
 {
   color: #EFCD41;
 }
 .AnyTagClassName
 {
   color: #EFCD41;
 }
</style>
background-color css

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

 a { background-color: rgb(239,205,65); }

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

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

 span { border-color: rgb(239,205,65); }

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