Html Css Color HEX #EFD541 Festival

📋 copy color: '#EFD541'

red 239 ◦ green 213 ◦ blue 65

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

Shades of Festival #EFD541

Tints of Festival #EFD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 46.23%
G = 41.2%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFD541 (or 0xEFD541) is known color: Festival. HEX triplet: EF, D5 and 41. RGB value is (239,213,65). Sum of RGB (Red+Green+Blue) = 239+213+65=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD541 is #102ABE. Grayscale: #CCCCCC. Windows color (decimal): -1059519 or 4314607. OLE color: 4314607.

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

Color convert

RGB 239 213 65 -
CMYK 0 0.11 0.73 0.06
HSL 51.03º 0.84% 0.6% -
HSV(B) 51.03º 0.73% 0.94% -
XYZ 60.34 66.32 14.62 -
YUV 203.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 239 213 65 0 0.11 0.73 0.06 51.03 0.84 0.6
Hex EF D5 41 0 B 49 6 33 54 3C
Octal 357 325 101 0 13 111 6 63 124 74
Binary 11101111 11010101 1000001 0 1011 1001001 110 110011 1010100 111100

Color Harmonies of #EFD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD541

Black with #EFD541

Text Example


Text Example

White with #EFD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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