Html Css Color HEX #EFD14A Festival

📋 copy color: '#EFD14A'

red 239 ◦ green 209 ◦ blue 74

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

Shades of Festival #EFD14A

Tints of Festival #EFD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.18%

R = 45.79%
G = 40.04%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD14A (or 0xEFD14A) is known color: Festival. HEX triplet: EF, D1 and 4A. RGB value is (239,209,74). Sum of RGB (Red+Green+Blue) = 239+209+74=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD14A is #102EB5. Grayscale: #CBCBCB. Windows color (decimal): -1060534 or 4903407. OLE color: 4903407.

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

Color convert

RGB 239 209 74 -
CMYK 0 0.13 0.69 0.06
HSL 49.09º 0.84% 0.61% -
HSV(B) 49.09º 0.69% 0.94% -
XYZ 59.63 64.45 15.77 -
YUV 202.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 239 209 74 0 0.13 0.69 0.06 49.09 0.84 0.61
Hex EF D1 4A 0 D 45 6 31 54 3D
Octal 357 321 112 0 15 105 6 61 124 75
Binary 11101111 11010001 1001010 0 1101 1000101 110 110001 1010100 111101

Color Harmonies of #EFD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD14A

Black with #EFD14A

Text Example


Text Example

White with #EFD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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