Html Css Color HEX #EFD13E Festival

📋 copy color: '#EFD13E'

red 239 ◦ green 209 ◦ blue 62

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

Shades of Festival #EFD13E

Tints of Festival #EFD13E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.98%

 BLUE value IS 62 (24.61% from 255) = 12.16%

R = 46.86%
G = 40.98%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD13E (or 0xEFD13E) is known color: Festival. HEX triplet: EF, D1 and 3E. RGB value is (239,209,62). Sum of RGB (Red+Green+Blue) = 239+209+62=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD13E is #102EC1. Grayscale: #C9C9C9. Windows color (decimal): -1060546 or 4116975. OLE color: 4116975.

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

Color convert

RGB 239 209 62 -
CMYK 0 0.13 0.74 0.06
HSL 49.83º 0.85% 0.59% -
HSV(B) 49.83º 0.74% 0.94% -
XYZ 59.27 64.3 13.84 -
YUV 201.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 239 209 62 0 0.13 0.74 0.06 49.83 0.85 0.59
Hex EF D1 3E 0 D 4A 6 32 55 3B
Octal 357 321 76 0 15 112 6 62 125 73
Binary 11101111 11010001 111110 0 1101 1001010 110 110010 1010101 111011

Color Harmonies of #EFD13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD13E

Black with #EFD13E

Text Example


Text Example

White with #EFD13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD13E; }

 p { color: rgb(239,209,62); }

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

background-color css

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

 a { background-color: rgb(239,209,62); }

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

border-color css

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

 span { border-color: rgb(239,209,62); }

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