Html Css Color HEX #EFD341 Festival

📋 copy color: '#EFD341'

red 239 ◦ green 211 ◦ blue 65

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

Shades of Festival #EFD341

Tints of Festival #EFD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.97%

 BLUE value IS 65 (25.78% from 255) = 12.62%

R = 46.41%
G = 40.97%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFD341 (or 0xEFD341) is known color: Festival. HEX triplet: EF, D3 and 41. RGB value is (239,211,65). Sum of RGB (Red+Green+Blue) = 239+211+65=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD341 is #102CBE. Grayscale: #CBCBCB. Windows color (decimal): -1060031 or 4314095. OLE color: 4314095.

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

Color convert

RGB 239 211 65 -
CMYK 0 0.12 0.73 0.06
HSL 50.34º 0.84% 0.6% -
HSV(B) 50.34º 0.73% 0.94% -
XYZ 59.85 65.32 14.46 -
YUV 202.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 239 211 65 0 0.12 0.73 0.06 50.34 0.84 0.6
Hex EF D3 41 0 C 49 6 32 54 3C
Octal 357 323 101 0 14 111 6 62 124 74
Binary 11101111 11010011 1000001 0 1100 1001001 110 110010 1010100 111100

Color Harmonies of #EFD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD341

Black with #EFD341

Text Example


Text Example

White with #EFD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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