Html Css Color HEX #EFD03C Festival

📋 copy color: '#EFD03C'

red 239 ◦ green 208 ◦ blue 60

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

Shades of Festival #EFD03C

Tints of Festival #EFD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 60 (23.83% from 255) = 11.83%

R = 47.14%
G = 41.03%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFD03C (or 0xEFD03C) is known color: Festival. HEX triplet: EF, D0 and 3C. RGB value is (239,208,60). Sum of RGB (Red+Green+Blue) = 239+208+60=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD03C is #102FC3. Grayscale: #C9C9C9. Windows color (decimal): -1060804 or 3985647. OLE color: 3985647.

HSL color Cylindrical-coordinate representation of color #EFD03C: hue angle of 49.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFD03C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 60 -
CMYK 0 0.13 0.75 0.06
HSL 49.61º 0.85% 0.59% -
HSV(B) 49.61º 0.75% 0.94% -
XYZ 58.97 63.79 13.48 -
YUV 200.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 239 208 60 0 0.13 0.75 0.06 49.61 0.85 0.59
Hex EF D0 3C 0 D 4B 6 32 55 3B
Octal 357 320 74 0 15 113 6 62 125 73
Binary 11101111 11010000 111100 0 1101 1001011 110 110010 1010101 111011

Color Harmonies of #EFD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD03C

Black with #EFD03C

Text Example


Text Example

White with #EFD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD03C; }

 p { color: rgb(239,208,60); }

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

background-color css

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

 a { background-color: rgb(239,208,60); }

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

border-color css

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

 span { border-color: rgb(239,208,60); }

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