Html Css Color HEX #EFD346 Festival

📋 copy color: '#EFD346'

red 239 ◦ green 211 ◦ blue 70

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

Shades of Festival #EFD346

Tints of Festival #EFD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

 BLUE value IS 70 (27.73% from 255) = 13.46%

R = 45.96%
G = 40.58%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFD346 (or 0xEFD346) is known color: Festival. HEX triplet: EF, D3 and 46. RGB value is (239,211,70). Sum of RGB (Red+Green+Blue) = 239+211+70=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD346 is #102CB9. Grayscale: #CBCBCB. Windows color (decimal): -1060026 or 4641775. OLE color: 4641775.

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

Color convert

RGB 239 211 70 -
CMYK 0 0.12 0.71 0.06
HSL 50.06º 0.84% 0.61% -
HSV(B) 50.06º 0.71% 0.94% -
XYZ 60 65.38 15.25 -
YUV 203.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 239 211 70 0 0.12 0.71 0.06 50.06 0.84 0.61
Hex EF D3 46 0 C 47 6 32 54 3D
Octal 357 323 106 0 14 107 6 62 124 75
Binary 11101111 11010011 1000110 0 1100 1000111 110 110010 1010100 111101

Color Harmonies of #EFD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD346

Black with #EFD346

Text Example


Text Example

White with #EFD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD346; }

 p { color: rgb(239,211,70); }

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

background-color css

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

 a { background-color: rgb(239,211,70); }

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

border-color css

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

 span { border-color: rgb(239,211,70); }

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