Html Css Color HEX #EFD14C Festival

📋 copy color: '#EFD14C'

red 239 ◦ green 209 ◦ blue 76

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

Shades of Festival #EFD14C

Tints of Festival #EFD14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 45.61%
G = 39.89%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFD14C (or 0xEFD14C) is known color: Festival. HEX triplet: EF, D1 and 4C. RGB value is (239,209,76). Sum of RGB (Red+Green+Blue) = 239+209+76=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD14C is #102EB3. Grayscale: #CBCBCB. Windows color (decimal): -1060532 or 5034479. OLE color: 5034479.

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

Color convert

RGB 239 209 76 -
CMYK 0 0.13 0.68 0.06
HSL 48.96º 0.84% 0.62% -
HSV(B) 48.96º 0.68% 0.94% -
XYZ 59.7 64.47 16.14 -
YUV 202.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 239 209 76 0 0.13 0.68 0.06 48.96 0.84 0.62
Hex EF D1 4C 0 D 44 6 31 54 3E
Octal 357 321 114 0 15 104 6 61 124 76
Binary 11101111 11010001 1001100 0 1101 1000100 110 110001 1010100 111110

Color Harmonies of #EFD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD14C

Black with #EFD14C

Text Example


Text Example

White with #EFD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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