Html Css Color HEX #EFC950 Festival

📋 copy color: '#EFC950'

red 239 ◦ green 201 ◦ blue 80

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

Shades of Festival #EFC950

Tints of Festival #EFC950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 45.96%
G = 38.65%
B = 15.38%

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

#EFC950 (or 0xEFC950) is known color: Festival. HEX triplet: EF, C9 and 50. RGB value is (239,201,80). Sum of RGB (Red+Green+Blue) = 239+201+80=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC950 is #1036AF. Grayscale: #C7C7C7. Windows color (decimal): -1062576 or 5294575. OLE color: 5294575.

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

Color convert

RGB 239 201 80 -
CMYK 0 0.16 0.67 0.06
HSL 45.66º 0.83% 0.63% -
HSV(B) 45.66º 0.67% 0.94% -
XYZ 57.93 60.7 16.25 -
YUV 198.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 239 201 80 0 0.16 0.67 0.06 45.66 0.83 0.63
Hex EF C9 50 0 10 43 6 2E 53 3F
Octal 357 311 120 0 20 103 6 56 123 77
Binary 11101111 11001001 1010000 0 10000 1000011 110 101110 1010011 111111

Color Harmonies of #EFC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC950

Black with #EFC950

Text Example


Text Example

White with #EFC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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