Html Css Color HEX #EFC84C Festival

📋 copy color: '#EFC84C'

red 239 ◦ green 200 ◦ blue 76

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

Shades of Festival #EFC84C

Tints of Festival #EFC84C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

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

R = 46.41%
G = 38.83%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFC84C (or 0xEFC84C) is known color: Festival. HEX triplet: EF, C8 and 4C. RGB value is (239,200,76). Sum of RGB (Red+Green+Blue) = 239+200+76=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC84C is #1037B3. Grayscale: #C6C6C6. Windows color (decimal): -1062836 or 5032175. OLE color: 5032175.

HSL color Cylindrical-coordinate representation of color #EFC84C: hue angle of 45.64º 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 #EFC84C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 76 -
CMYK 0 0.16 0.68 0.06
HSL 45.64º 0.84% 0.62% -
HSV(B) 45.64º 0.68% 0.94% -
XYZ 57.56 60.18 15.42 -
YUV 197.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 239 200 76 0 0.16 0.68 0.06 45.64 0.84 0.62
Hex EF C8 4C 0 10 44 6 2E 54 3E
Octal 357 310 114 0 20 104 6 56 124 76
Binary 11101111 11001000 1001100 0 10000 1000100 110 101110 1010100 111110

Color Harmonies of #EFC84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC84C

Black with #EFC84C

Text Example


Text Example

White with #EFC84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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