Html Css Color HEX #EFC94E Festival

📋 copy color: '#EFC94E'

red 239 ◦ green 201 ◦ blue 78

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

Shades of Festival #EFC94E

Tints of Festival #EFC94E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 46.14%
G = 38.8%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC94E (or 0xEFC94E) is known color: Festival. HEX triplet: EF, C9 and 4E. RGB value is (239,201,78). Sum of RGB (Red+Green+Blue) = 239+201+78=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC94E is #1036B1. Grayscale: #C6C6C6. Windows color (decimal): -1062578 or 5163503. OLE color: 5163503.

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

Color convert

RGB 239 201 78 -
CMYK 0 0.16 0.67 0.06
HSL 45.84º 0.83% 0.62% -
HSV(B) 45.84º 0.67% 0.94% -
XYZ 57.86 60.67 15.87 -
YUV 198.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 239 201 78 0 0.16 0.67 0.06 45.84 0.83 0.62
Hex EF C9 4E 0 10 43 6 2E 53 3E
Octal 357 311 116 0 20 103 6 56 123 76
Binary 11101111 11001001 1001110 0 10000 1000011 110 101110 1010011 111110

Color Harmonies of #EFC94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC94E

Black with #EFC94E

Text Example


Text Example

White with #EFC94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC94E; }

 p { color: rgb(239,201,78); }

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

background-color css

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

 a { background-color: rgb(239,201,78); }

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

border-color css

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

 span { border-color: rgb(239,201,78); }

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